feat: Add rules for indentation
This commit is contained in:
parent
afd1fe384f
commit
2492c8b003
1 changed files with 9 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue