summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryushyin <yushyin@saga>2015-09-05 02:36:26 +0200
committeryushyin <yushyin@saga>2015-09-05 02:36:26 +0200
commit453ebb4cd16e488764a3061060defd1627349a17 (patch)
treee91a0634846491b3acb6d036bce0532430ba3510
parent99f1c17274bcea036aca040642bb8377e95f6fcd (diff)
downloaddotfiles-453ebb4cd16e488764a3061060defd1627349a17.tar.gz
dotfiles-453ebb4cd16e488764a3061060defd1627349a17.tar.xz
Vim: Change C-indenting
-rw-r--r--vim/ftplugin/c.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/vim/ftplugin/c.vim b/vim/ftplugin/c.vim
index f3f7198..f08009e 100644
--- a/vim/ftplugin/c.vim
+++ b/vim/ftplugin/c.vim
@@ -1,3 +1,4 @@
+setl cin cino+=:0,(s,l1
if has('cscope')
if filereadable("cscope.out")
cs add cscope.out