Compare commits
No commits in common. "825b947de69f78402728a01c3b4bda1e3d5d181c" and "c9ae77e5a2ea4e7053fbf7c6e80fe14996f74ccd" have entirely different histories.
825b947de6
...
c9ae77e5a2
@ -1,5 +1,6 @@
|
|||||||
" Tabs
|
" Tabs
|
||||||
set expandtab
|
set expandtab
|
||||||
|
set tabstop=2
|
||||||
set shiftwidth=2
|
set shiftwidth=2
|
||||||
set softtabstop=2
|
set softtabstop=2
|
||||||
|
|
||||||
@ -19,5 +20,5 @@ if has('cindent')
|
|||||||
" * l1 - indent case statement scopes with the case label
|
" * l1 - indent case statement scopes with the case label
|
||||||
" * (0 - don't indent inside unclosed parenthesis
|
" * (0 - don't indent inside unclosed parenthesis
|
||||||
" * i4 - indent C++ class base declarations and constructor initializers
|
" * i4 - indent C++ class base declarations and constructor initializers
|
||||||
set cinoptions=N-sE-sg1h1l1(01i2
|
set cinoptions=N-sE-sg1h1l(01i4
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user