aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--VERSION4
-rw-r--r--vim/after/yaml.vim2
2 files changed, 4 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 9d43046f..8c442bce 100644
--- a/VERSION
+++ b/VERSION
@@ -1,2 +1,2 @@
-tejr dotfiles v11.16.0
-Sun, 03 Apr 2022 13:04:16 +0000
+tejr dotfiles v11.17.0
+Sat, 09 Apr 2022 04:21:51 +0000
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)