aboutsummaryrefslogtreecommitdiff
path: root/vim/macros/indent/spaces/2.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vim/macros/indent/spaces/2.vim')
-rw-r--r--vim/macros/indent/spaces/2.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/vim/macros/indent/spaces/2.vim b/vim/macros/indent/spaces/2.vim
new file mode 100644
index 00000000..a0f847ae
--- /dev/null
+++ b/vim/macros/indent/spaces/2.vim
@@ -0,0 +1,3 @@
+" Use two spaces for current buffer's indentation
+setlocal shiftwidth=2
+runtime macros/indent/spaces.vim