From 548a4425c43528d1a65d5912fa73390bcf519dee Mon Sep 17 00:00:00 2001 From: Robin Krahl Date: Thu, 22 Feb 2018 23:09:45 +0100 Subject: Restructure for compatibility with GNU stow --- vim/.config/vim/ftplugin/php.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 vim/.config/vim/ftplugin/php.vim (limited to 'vim/.config/vim/ftplugin/php.vim') diff --git a/vim/.config/vim/ftplugin/php.vim b/vim/.config/vim/ftplugin/php.vim new file mode 100644 index 0000000..00a6a64 --- /dev/null +++ b/vim/.config/vim/ftplugin/php.vim @@ -0,0 +1,3 @@ +set expandtab +set shiftwidth=2 +set softtabstop=2 -- cgit v1.2.1