From c3632e1718d9a79acb8a38c964a2d00e5ebf1034 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sat, 23 Dec 2023 00:08:25 +0100 Subject: [PATCH] [lemminx] Update config --- lua/lsp/lemminx.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/lsp/lemminx.lua b/lua/lsp/lemminx.lua index f1e6fa6..cbccd23 100644 --- a/lua/lsp/lemminx.lua +++ b/lua/lsp/lemminx.lua @@ -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