1
0
Fork 0
mirror of https://github.com/pnx/dotfiles synced 2026-06-16 03:14:55 +02:00

nvim: adding after/indent/php.lua

This commit is contained in:
Henrik Hautakoski 2024-09-05 23:07:09 +02:00
parent 0fc16d95a1
commit d22e839849

View file

@ -0,0 +1,4 @@
-- Default ftplugin for php sets these to false.
-- making docblocks indent weird. So enable them again.
vim.o.autoindent = true
vim.o.smartindent = true