[intelephense] Update config
This commit is contained in:
@@ -21,6 +21,11 @@ return {
|
|||||||
dependencies = {
|
dependencies = {
|
||||||
"npm",
|
"npm",
|
||||||
},
|
},
|
||||||
|
root_pattern = {
|
||||||
|
"composer.json",
|
||||||
|
"composer.lock",
|
||||||
|
"vendor",
|
||||||
|
},
|
||||||
lspconfig = {
|
lspconfig = {
|
||||||
filetypes = {
|
filetypes = {
|
||||||
"php",
|
"php",
|
||||||
@@ -33,7 +38,7 @@ return {
|
|||||||
phpVersion = "7.4",
|
phpVersion = "7.4",
|
||||||
},
|
},
|
||||||
format = {
|
format = {
|
||||||
enable = true,
|
enable = false,
|
||||||
braces = "psr12",
|
braces = "psr12",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user