Added PHP formatting instructions
This commit is contained in:
parent
eb6e32d62d
commit
36640f7360
1 changed files with 7 additions and 0 deletions
7
ftplugin/php.vim
Normal file
7
ftplugin/php.vim
Normal file
|
@ -0,0 +1,7 @@
|
|||
setlocal tabstop=4
|
||||
setlocal softtabstop=4
|
||||
setlocal shiftwidth=4
|
||||
setlocal smarttab
|
||||
setlocal expandtab
|
||||
setlocal nosmartindent
|
||||
setlocal colorcolumn=81
|
Loading…
Reference in a new issue