Format workspace with CodeFormat

This commit is contained in:
2023-09-02 17:29:59 +02:00
parent 214ffd053d
commit ae3bc212a9
63 changed files with 1205 additions and 1061 deletions
+9 -9
View File
@@ -15,16 +15,16 @@
]]
return {
cmd = { 'lemminx' },
cmd = { "lemminx", },
single_file_support = true,
init_options = {
settings = {
xml = {
trace = { server = 'verbose' },
trace = { server = "verbose", },
catalogs = {},
logs = {
client = false,
file = '/home/oscar/lsp4xml.log'
file = "/home/oscar/lsp4xml.log",
},
format = {
splitAttributes = true,
@@ -32,9 +32,9 @@ return {
joinContentLines = true,
joinCommentLines = false,
spaceBeforeEmptyCloseLine = false,
enabled = true
}
}
}
}
}
enabled = true,
},
},
},
},
}