aboutsummaryrefslogtreecommitdiff
path: root/vim/macros/indent/spaces/4.vim
diff options
context:
space:
mode:
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