aboutsummaryrefslogtreecommitdiff
path: root/vim/macros/indent/spaces/4.vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:05:08 +1300
committerTom Ryder <tom@sanctum.geek.nz>2019-12-18 17:05:08 +1300
commit4a4341936d2911820abddd67882f9b867496abbb (patch)
tree39378e9e5c72cac5fa3015895aca205951664bf7 /vim/macros/indent/spaces/4.vim
parentMerge branch 'release/v8.5.0' into develop (diff)
downloaddotfiles-4a4341936d2911820abddd67882f9b867496abbb.tar.gz
dotfiles-4a4341936d2911820abddd67882f9b867496abbb.zip
Put common indent setting patterns in macros
Diffstat (limited to 'vim/macros/indent/spaces/4.vim')
-rw-r--r--vim/macros/indent/spaces/4.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/macros/indent/spaces/4.vim b/vim/macros/indent/spaces/4.vim
new file mode 100644
index 00000000..13ac5258
--- /dev/null
+++ b/vim/macros/indent/spaces/4.vim
@@ -0,0 +1,3 @@
+" Use four spaces for current buffer's indentation
+setlocal shiftwidth=4
+runtime macros/indent/spaces.vim