aboutsummaryrefslogtreecommitdiff
path: root/vim/after/ftplugin
diff options
context:
space:
mode:
Diffstat (limited to 'vim/after/ftplugin')
-rw-r--r--vim/after/ftplugin/vim.vim5
1 files changed, 5 insertions, 0 deletions
diff --git a/vim/after/ftplugin/vim.vim b/vim/after/ftplugin/vim.vim
new file mode 100644
index 00000000..1a8fbd17
--- /dev/null
+++ b/vim/after/ftplugin/vim.vim
@@ -0,0 +1,5 @@
+" Observe VimL conventions for two-space indents
+set shiftwidth=2
+set softtabstop=2
+set tabstop=2
+