diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2020-05-13 17:10:35 +0200 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2020-05-13 17:10:35 +0200 |
commit | 1ae8982e1593305c33cc6d521e603d11bfb8056f (patch) | |
tree | f01714ddaabd81f74fe1b3d11851280656c5289b | |
parent | aa20d5cc3f5395adac069de8cd432654a7ae3f2b (diff) |
ftplugin: add yaml.vim
-rw-r--r-- | .vim/ftplugin/yaml.vim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/ftplugin/yaml.vim b/.vim/ftplugin/yaml.vim new file mode 100644 index 0000000..dabd930 --- /dev/null +++ b/.vim/ftplugin/yaml.vim @@ -0,0 +1,6 @@ +setlocal textwidth=0 +setlocal tabstop=2 +setlocal softtabstop=2 +setlocal shiftwidth=2 +setlocal expandtab +setlocal smartindent |