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/php.vim | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 vim/ftplugin/php.vim (limited to 'vim/ftplugin/php.vim') diff --git a/vim/ftplugin/php.vim b/vim/ftplugin/php.vim deleted file mode 100644 index 1be25bf5..00000000 --- a/vim/ftplugin/php.vim +++ /dev/null @@ -1,6 +0,0 @@ -" Explicitly set indent level; this matches the global default, but it's tidy -" to enforce it in case we changed from a filetype with different value (e.g. -" VimL) -setlocal shiftwidth=4 -setlocal softtabstop=4 -setlocal tabstop=4 -- cgit v1.2.3