contrib/vim: fix indent

This commit is contained in:
Anna “CyberTailor” 2024-01-30 09:35:37 +00:00 committed by Omar Polo
parent bb5a25d287
commit 53ad458e22
1 changed files with 2 additions and 0 deletions

View File

@ -9,3 +9,5 @@ setlocal indentexpr=
setlocal cindent
" Just make sure that the comments are not reset as defs would be.
setlocal cinkeys-=0#
" And indentation works correctly without semicolons.
setlocal cinoptions=+0