From 6a14a0502bb819570be0d70ca03b9d27540bcc98 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sat, 10 Jun 2023 00:40:48 +0200 Subject: Add indentation rules for php --- .vim/ftplugin/php.vim | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .vim/ftplugin/php.vim (limited to '.vim') diff --git a/.vim/ftplugin/php.vim b/.vim/ftplugin/php.vim new file mode 100644 index 0000000..b8df966 --- /dev/null +++ b/.vim/ftplugin/php.vim @@ -0,0 +1,3 @@ +set shiftwidth=4 +set tabstop=4 +set expandtab -- cgit v1.1