Files
tools.fabaccess-sticker-gen…/.prettierrc.json
2024-12-03 21:32:18 +01:00

10 lines
192 B
JSON

{
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": true,
"singleAttributePerLine": false,
"html.format.wrapLineLength": 0,
"printWidth": 140
}