Compare commits

..

1 Commits

Author SHA1 Message Date
f143da0546 Improve C/C++ intent settings 2018-08-28 11:09:23 +01:00

View File

@ -18,6 +18,6 @@ if has('cindent')
" * h1 - indent statements after scope declarations 1 space more
" * l1 - indent case statement scopes with the case label
" * (0,W4 - indent inside unclosed parenthesis
" * i2 - indent C++ class base declarations and constructor initializers
" * i4 - indent C++ class base declarations and constructor initializers
set cinoptions=N-sE-sg1h1l1(0,W4i2
endif