summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utils/installer/lv-config.example.lua6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/installer/lv-config.example.lua b/utils/installer/lv-config.example.lua
index 71d9dfc8..917aa1e0 100644
--- a/utils/installer/lv-config.example.lua
+++ b/utils/installer/lv-config.example.lua
@@ -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\""}}