2024-12-09

This commit is contained in:
gcch 2024-12-09 09:26:13 +01:00
commit ace47f1701
42 changed files with 1556 additions and 691 deletions

View file

@ -34,11 +34,11 @@
"malva": {
"alignComments": true,
"attrValueQuotes": "always",
"blockSelectorLinebreak": "consistent",
"blockSelectorLinebreak": "wrap",
"declarationOrder": null,
"formatComments": true,
"hexCase": "lower",
"hexColorLength": "long",
"hexColorLength": "short",
"indentWidth": 2,
"keyframeSelectorNotation": "keyword",
"lineBreak": "lf",
@ -60,13 +60,10 @@
"doctypeKeywordCase": "lower",
"formatComments": true,
"html.normal.selfClosing": false,
"html.scriptIndent": false,
"html.styleIndent": false,
"html.void.selfClosing": false,
"indentWidth": 2,
"lineBreak": "lf",
"maxAttrsPerLine": 2,
"preferAttrsSingleLine": true,
"maxAttrsPerLine": 1,
"printWidth": 120,
"quotes": "double",
"scriptFormatter": "dprint",