aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-09 16:19:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-09 16:19:12 +1200
commit946b20e6c587ef4fa8eb632075d7b2a8ba74d1d9 (patch)
tree402d5dc64ba8df60fa081c9c0171a5c213717f17 /vim
parentMerge branch 'release/v11.16.0' into develop (diff)
downloaddotfiles-946b20e6c587ef4fa8eb632075d7b2a8ba74d1d9.tar.gz
dotfiles-946b20e6c587ef4fa8eb632075d7b2a8ba74d1d9.zip
Set two-spac indents for YAML
Diffstat (limited to 'vim')
-rw-r--r--vim/after/yaml.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/after/yaml.vim b/vim/after/yaml.vim
new file mode 100644
index 00000000..d0478631
--- /dev/null
+++ b/vim/after/yaml.vim
@@ -0,0 +1,2 @@
+" Use two (not four!) spaces for indentation, per convention
+call indent#Spaces(2)