aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/yaml.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/indent/yaml.vim')
-rw-r--r--vim/after/indent/yaml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/indent/yaml.vim b/vim/after/indent/yaml.vim
new file mode 100644
index 00000000..d0478631
--- /dev/null
+++ b/vim/after/indent/yaml.vim
@@ -0,0 +1,2 @@
+" Use two (not four!) spaces for indentation, per convention
+call indent#Spaces(2)