casino/frontend/.prettierrc

10 lines
162 B
Plaintext
Raw Permalink Normal View History

2025-02-05 10:57:06 +01:00
{
"singleQuote": true,
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"bracketSpacing": true,
"endOfLine": "lf"
}