chore(build): auto-generate vimdoc, schemas and annotations

This commit is contained in:
github-actions[bot] 2024-12-12 01:30:57 +00:00
parent 05d25c121e
commit 8e41731147
2 changed files with 6 additions and 6 deletions

View File

@ -62,7 +62,7 @@
}, },
"css.format.preserveNewLines": { "css.format.preserveNewLines": {
"default": true, "default": true,
"markdownDescription": "Whether existing line breaks before elements should be preserved.", "markdownDescription": "Whether existing line breaks before rules and declarations should be preserved.",
"scope": "resource", "scope": "resource",
"type": "boolean" "type": "boolean"
}, },
@ -371,7 +371,7 @@
}, },
"less.format.preserveNewLines": { "less.format.preserveNewLines": {
"default": true, "default": true,
"markdownDescription": "Whether existing line breaks before elements should be preserved.", "markdownDescription": "Whether existing line breaks before rules and declarations should be preserved.",
"scope": "resource", "scope": "resource",
"type": "boolean" "type": "boolean"
}, },
@ -669,7 +669,7 @@
}, },
"scss.format.preserveNewLines": { "scss.format.preserveNewLines": {
"default": true, "default": true,
"markdownDescription": "Whether existing line breaks before elements should be preserved.", "markdownDescription": "Whether existing line breaks before rules and declarations should be preserved.",
"scope": "resource", "scope": "resource",
"type": "boolean" "type": "boolean"
}, },

View File

@ -1016,7 +1016,7 @@
-- default = true -- default = true
-- ``` -- ```
---@field newlineBetweenSelectors boolean ---@field newlineBetweenSelectors boolean
-- Whether existing line breaks before elements should be preserved. -- Whether existing line breaks before rules and declarations should be preserved.
-- --
-- ```lua -- ```lua
-- default = true -- default = true
@ -1233,7 +1233,7 @@
-- default = true -- default = true
-- ``` -- ```
---@field newlineBetweenSelectors boolean ---@field newlineBetweenSelectors boolean
-- Whether existing line breaks before elements should be preserved. -- Whether existing line breaks before rules and declarations should be preserved.
-- --
-- ```lua -- ```lua
-- default = true -- default = true
@ -1431,7 +1431,7 @@
-- default = true -- default = true
-- ``` -- ```
---@field newlineBetweenSelectors boolean ---@field newlineBetweenSelectors boolean
-- Whether existing line breaks before elements should be preserved. -- Whether existing line breaks before rules and declarations should be preserved.
-- --
-- ```lua -- ```lua
-- default = true -- default = true