[vim] php indentation config

This commit is contained in:
2022-09-17 19:56:09 +03:00
parent ed506ce6c0
commit 800713fd5c

6
vim/ftplugin/php.vim Normal file
View File

@@ -0,0 +1,6 @@
" show existing tab with 4 spaces width
set tabstop=4
" when indenting with '>', use 4 spaces width
set shiftwidth=4
" On pressing tab, insert 4 spaces
set expandtab