From a2ba3ce55433090901bf88176404d4b8b9d280be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20L=C3=B3pez?= Date: Tue, 6 Jul 2021 14:54:22 +0200 Subject: fixed missing format setting for php language. (#727) --- utils/installer/lv-config.example.lua | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'utils/installer/lv-config.example.lua') 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\""}} -- cgit v1.2.3