Compare commits

...

2 Commits

Author SHA1 Message Date
825b947de6 Fix switch case statement indentation 2018-08-26 11:49:11 +01:00
c019ce9d67 Use default tabstop width 2018-08-26 11:48:55 +01:00

View File

@@ -1,6 +1,5 @@
" Tabs " Tabs
set expandtab set expandtab
set tabstop=2
set shiftwidth=2 set shiftwidth=2
set softtabstop=2 set softtabstop=2
@@ -20,5 +19,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-sg1h1l(01i4 set cinoptions=N-sE-sg1h1l1(01i2
endif endif