aboutsummaryrefslogtreecommitdiffstats
path: root/nginx/contrib/vim/indent/nginx.vim
diff options
context:
space:
mode:
Diffstat (limited to 'nginx/contrib/vim/indent/nginx.vim')
-rw-r--r--nginx/contrib/vim/indent/nginx.vim11
1 files changed, 0 insertions, 11 deletions
diff --git a/nginx/contrib/vim/indent/nginx.vim b/nginx/contrib/vim/indent/nginx.vim
deleted file mode 100644
index 8601366..0000000
--- a/nginx/contrib/vim/indent/nginx.vim
+++ /dev/null
@@ -1,11 +0,0 @@
-if exists("b:did_indent")
- finish
-endif
-let b:did_indent = 1
-
-setlocal indentexpr=
-
-" cindent actually works for nginx' simple file structure
-setlocal cindent
-" Just make sure that the comments are not reset as defs would be.
-setlocal cinkeys-=0#