vim-syntax-typoscript/ftplugin/typoscript.vim
2022-03-23 17:37:51 +01:00

10 lines
218 B
VimL

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