Files
csst.at-extension/.prettierrc
2026-02-21 23:57:03 +01:00

10 lines
145 B
Plaintext

{
"useTabs": true,
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"trailingComma": "all",
"jsxSingleQuote": false,
"printWidth": 175
}