dashboard/.prettierrc

9 lines
150 B
Plaintext
Raw Permalink Normal View History

2021-09-27 12:17:33 +02:00
{
"bracketSpacing": true,
"jsxBracketSameLine": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 120,
"endOfLine": "lf"
}