summary refs log tree commit diff
path: root/vim/indent/yaml.vim
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
committerFranck Cuny <franck.cuny@gmail.com>2018-02-28 08:40:49 -0800
commit9210a2bb594298fb32600e360e6a6cd50f33ac33 (patch)
treea3fb88da6131360f764410bea31ab028eb6b4e1b /vim/indent/yaml.vim
parent[Makefile] fix the URL to my public key (diff)
downloademacs.d-9210a2bb594298fb32600e360e6a6cd50f33ac33.tar.gz
[vim] Remove vim, I really can't get to switch.
Diffstat (limited to '')
-rw-r--r--vim/indent/yaml.vim3
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/indent/yaml.vim b/vim/indent/yaml.vim
deleted file mode 100644
index f3ad221..0000000
--- a/vim/indent/yaml.vim
+++ /dev/null
@@ -1,3 +0,0 @@
-au FileType yaml set expandtab
-au FileType yaml set shiftwidth=2
-au FileType yaml set softtabstop=2