add: default php lint

This commit is contained in:
asep.komarudin 2024-06-24 16:41:16 +07:00
parent 10dfd41f44
commit 29a0e20f56
3 changed files with 5 additions and 4 deletions

5
ftplugin/php.lua Normal file
View file

@ -0,0 +1,5 @@
vim.opt_local.shiftwidth = 4
vim.opt_local.tabstop = 4
vim.opt_local.softtabstop = 4
vim.opt_local.ts = 4
vim.opt_local.expandtab = true