[lemminx] Update config

This commit is contained in:
2023-12-23 00:08:25 +01:00
parent f7e224b03e
commit c3632e1718
+1 -1
View File
@@ -33,7 +33,7 @@ return {
xml = {
format = {
enabled = true, -- is able to format document
splitAttributes = false, -- each attribute is formatted onto new line
splitAttributes = true, -- each attribute is formatted onto new line
joinCDATALines = false, -- normalize content inside CDATA
joinCommentLines = false, -- normalize content inside comments
formatComments = true, -- keep comment in relative position