From 36640f73603c4166c6ec81a13b2bdb557a167f6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emmanuel=20Beno=C3=AEt?= Date: Tue, 18 May 2021 15:44:38 +0200 Subject: [PATCH] Added PHP formatting instructions --- ftplugin/php.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 ftplugin/php.vim diff --git a/ftplugin/php.vim b/ftplugin/php.vim new file mode 100644 index 0000000..2dd1503 --- /dev/null +++ b/ftplugin/php.vim @@ -0,0 +1,7 @@ +setlocal tabstop=4 +setlocal softtabstop=4 +setlocal shiftwidth=4 +setlocal smarttab +setlocal expandtab +setlocal nosmartindent +setlocal colorcolumn=81