fixed missing format setting for php language. (#727)

This commit is contained in:
Joan López 2021-07-06 14:54:22 +02:00 committed by GitHub
parent 4c4d168ea9
commit a2ba3ce554
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,12 @@ O.lang.php.environment.php_version = "7.4"
O.lang.php.diagnostics.signs = true
O.lang.php.diagnostics.underline = true
O.lang.php.filetypes = {"php", "phtml"}
O.lang.php.format = {
format = {
default = "psr12"
}
}
-- Autocommands (https://neovim.io/doc/user/autocmd.html)
-- O.user_autocommands = {{ "BufWinEnter", "*", "echo \"hi again\""}}