From 9858af6f41ff7d9f295384c45ef21d2f3892fbd3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Mon, 30 Oct 2017 15:03:46 +1300 Subject: Move filetype-specific indent options into indent/ I'm still getting used to the structure of the configuration here, and had mistakenly put these indent-related settings into files in the ftplugin directory. --- vim/ftplugin/vim.vim | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 vim/ftplugin/vim.vim (limited to 'vim/ftplugin/vim.vim') diff --git a/vim/ftplugin/vim.vim b/vim/ftplugin/vim.vim deleted file mode 100644 index b958fe54..00000000 --- a/vim/ftplugin/vim.vim +++ /dev/null @@ -1,4 +0,0 @@ -" Observe VimL conventions for two-space indents -setlocal shiftwidth=2 -setlocal softtabstop=2 -setlocal tabstop=2 -- cgit v1.2.3