diff options
author | Ian Moffett <ian@osmora.org> | 2024-06-24 22:55:29 -0400 |
---|---|---|
committer | Ian Moffett <ian@osmora.org> | 2024-06-24 22:55:29 -0400 |
commit | 236963e7563be3e3f8220dac7bb4af446928e194 (patch) | |
tree | e521ea226db0345bbb3679fffe09d96254b7dc73 /share/misc/vimrc | |
parent | 214eadc62b5578f76c98a38a28f8b3d80ac4d6ad (diff) |
Clean out for expt
Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'share/misc/vimrc')
-rw-r--r-- | share/misc/vimrc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/share/misc/vimrc b/share/misc/vimrc deleted file mode 100644 index f8a2ba8..0000000 --- a/share/misc/vimrc +++ /dev/null @@ -1,7 +0,0 @@ -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 |