summaryrefslogtreecommitdiff
path: root/.vim
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2021-01-28 15:19:22 +0100
committerTobias Klauser <tklauser@distanz.ch>2021-01-28 15:22:14 +0100
commit1953ce84c83f6d782ed6f3deeca6fe4162de05b2 (patch)
tree03ee877a73f616bfcc6b69b9d420d12fed3f66f8 /.vim
parent8079d4fc9dbc08e7e4e158aed5cd3f21ea613496 (diff)
.vim/ftplugins: disable smartindent for yaml files
Diffstat (limited to '.vim')
-rw-r--r--.vim/ftplugin/yaml.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim
index dabd930..1ab36a0 100644
--- a/.vim/ftplugin/yaml.vim
+++ b/.vim/ftplugin/yaml.vim
@@ -3,4 +3,3 @@ setlocal tabstop=2
setlocal softtabstop=2
setlocal shiftwidth=2
setlocal expandtab
-setlocal smartindent