summaryrefslogtreecommitdiff
path: root/.vim/ftplugin/yaml.vim
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2020-05-13 17:10:35 +0200
committerTobias Klauser <tklauser@distanz.ch>2020-05-13 17:10:35 +0200
commit1ae8982e1593305c33cc6d521e603d11bfb8056f (patch)
treef01714ddaabd81f74fe1b3d11851280656c5289b /.vim/ftplugin/yaml.vim
parentaa20d5cc3f5395adac069de8cd432654a7ae3f2b (diff)
ftplugin: add yaml.vim
Diffstat (limited to '.vim/ftplugin/yaml.vim')
-rw-r--r--.vim/ftplugin/yaml.vim6
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