summaryrefslogtreecommitdiff
path: root/runtime/ftplugin/cs.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/ftplugin/cs.vim')
-rw-r--r--runtime/ftplugin/cs.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/ftplugin/cs.vim b/runtime/ftplugin/cs.vim
index 7f45098a4..0ff3c9d56 100644
--- a/runtime/ftplugin/cs.vim
+++ b/runtime/ftplugin/cs.vim
@@ -11,8 +11,6 @@ endif
" Don't load another plugin for this buffer
let b:did_ftplugin = 1
-setlocal cindent
-
" Set 'formatoptions' to break comment lines but not other lines,
" and insert the comment leader when hitting <CR> or using "o".
setlocal fo-=t fo+=croql