From 0947ca93fd00101ad635a229431b8b2d56f45977 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 7 Nov 2021 11:32:46 +0900 Subject: .vim: add after/ftplugin/php.vim --- .vim/my/after/ftplugin/php.vim | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .vim/my/after/ftplugin/php.vim (limited to '.vim/my/after/ftplugin/php.vim') diff --git a/.vim/my/after/ftplugin/php.vim b/.vim/my/after/ftplugin/php.vim new file mode 100644 index 0000000..ec7fd3e --- /dev/null +++ b/.vim/my/after/ftplugin/php.vim @@ -0,0 +1,30 @@ +scriptencoding utf-8 + + +if exists('b:did_ftplugin_php_after') + finish +endif + + + +FtpluginSetLocal expandtab +FtpluginSetLocal shiftwidth=2 +FtpluginSetLocal softtabstop=2 + + + +" If a buffer is empty, insert `