blob: d4afec1c110514554206207957ceb256f0c8cbe0 [file] [log] [blame]
Bram Moolenaar6e649222021-10-04 21:32:54 +01001" Vim indent file
2" Language: nginx.conf
3" Maintainer: Chris Aumann <me@chr4.org>
4" Last Change: Apr 15, 2017
5
6if exists("b:did_indent")
7 finish
8endif
9let b:did_indent = 1
10
11setlocal indentexpr=
12
13" cindent actually works for nginx' simple file structure
14setlocal cindent
15
16" Just make sure that the comments are not reset as defs would be.
17setlocal cinkeys-=0#