Blame


1 1a115616 2021-07-11 op if exists("b:did_indent")
2 1a115616 2021-07-11 op finish
3 1a115616 2021-07-11 op endif
4 1a115616 2021-07-11 op let b:did_indent = 1
5 1a115616 2021-07-11 op
6 1a115616 2021-07-11 op setlocal indentexpr=
7 1a115616 2021-07-11 op
8 1a115616 2021-07-11 op " cindent actually works for simple file structure
9 1a115616 2021-07-11 op setlocal cindent
10 1a115616 2021-07-11 op " Just make sure that the comments are not reset as defs would be.
11 1a115616 2021-07-11 op setlocal cinkeys-=0#