sukisu/Website/.prettierrc.json

11 lines
211 B
JSON
Raw Normal View History

2025-11-20 21:28:06 +01:00
{
"$schema": "https://json.schemastore.org/prettierrc",
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 100,
"tabWidth": 2,
"arrowParens": "always",
"endOfLine": "lf"
}