diff options
author | nishi <nishi@vegaa.systems> | 2023-07-07 23:40:27 +0000 |
---|---|---|
committer | nishi <nishi@vegaa.systems> | 2023-07-07 23:40:27 +0000 |
commit | d963772c6633a0610898aaba2ae90d461e8f2de8 (patch) | |
tree | 64d9e0a7b09b205d5f42011aa2bfe88e321f706d /share/misc/vimrc |
should be working, should be
git-svn-id: https://svn.vegaa.systems/svn/vega-Vega/trunk@7 a8a8aea2-181d-ee11-89e8-15fd0e089fc4
Diffstat (limited to 'share/misc/vimrc')
-rw-r--r-- | share/misc/vimrc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/misc/vimrc b/share/misc/vimrc new file mode 100644 index 0000000..f8a2ba8 --- /dev/null +++ b/share/misc/vimrc @@ -0,0 +1,7 @@ +set cindent +set cinoptions=(4200,u4200,+0.5s,*500,:0,t0,U4200 +set indentexpr=IgnoreParenIndent() +set indentkeys=0{,0},0),:,0#,!^F,o,O,e +set sw=4 ts=4 +set softtabstop=4 +set expandtab |