feat: Add rules for indentation

This commit is contained in:
Stefan Szymanski 2020-09-06 21:29:54 +02:00 committed by Daniel Siepmann
parent afd1fe384f
commit 2492c8b003
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -1 +1,9 @@
setlocal commentstring=//\ %s
setlocal commentstring=#%s
setlocal cindent
setlocal cinwords=
setlocal cinoptions=
" Do not indent after assignment
setlocal cinoptions+=+0
" Indent multi line value, but not closing brace
setlocal cinoptions+=(s,m1