feat(intelephense): update config

This commit is contained in:
2024-02-26 19:08:44 +01:00
parent 8d6aa0d976
commit c47fd16ebf
+4 -3
View File
@@ -1,4 +1,6 @@
-- spec: https://github.com/bmewburn/intelephense-docs/blob/master/installation.md -- spec:
-- https://github.com/bmewburn/intelephense-docs/blob/master/installation.md
-- https://github.com/bmewburn/vscode-intelephense/blob/master/package.json
return { return {
enable = true, enable = true,
@@ -26,8 +28,7 @@ return {
phpVersion = "7.4", phpVersion = "7.4",
}, },
format = { format = {
enable = false, enable = true,
braces = "psr12",
}, },
}, },
}, },