From 27bd74d9c5d80bfcfdfe6efebfa096c0c80292ac Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 21 Jul 2013 23:33:10 +1200 Subject: Respect VimL convention --- vim/after/ftplugin/vim.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vim/after/ftplugin/vim.vim (limited to 'vim/after/ftplugin') 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 + -- cgit v1.2.3