aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-09 16:21:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-09 16:21:56 +1200
commitfb05205802735f2d30540ec6a4e18523c9c454f2 (patch)
tree56734357d7fffb153195daff6ca79d5d90555e40
parentMerge branch 'release/v11.16.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-fb05205802735f2d30540ec6a4e18523c9c454f2.tar.gz
dotfiles-fb05205802735f2d30540ec6a4e18523c9c454f2.zip
Merge branch 'release/v11.17.0'v11.17.0
* release/v11.17.0: Set two-spac indents for YAML
-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)