diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2021-01-28 15:19:22 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2021-01-28 15:22:14 +0100 |
commit | 1953ce84c83f6d782ed6f3deeca6fe4162de05b2 (patch) | |
tree | 03ee877a73f616bfcc6b69b9d420d12fed3f66f8 | |
parent | 8079d4fc9dbc08e7e4e158aed5cd3f21ea613496 (diff) |
.vim/ftplugins: disable smartindent for yaml files
-rw-r--r-- | .vim/ftplugin/yaml.vim | 1 |
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 |