mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-06-21 08:35:48 +02:00
add: default php lint
This commit is contained in:
parent
10dfd41f44
commit
29a0e20f56
3 changed files with 5 additions and 4 deletions
5
ftplugin/php.lua
Normal file
5
ftplugin/php.lua
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue