tuitio-client-react/.prettierrc

9 lines
150 B
Plaintext
Raw Normal View History

{
2023-02-11 20:52:00 +02:00
"bracketSpacing": true,
"arrowParens": "avoid",
2023-02-11 20:52:00 +02:00
"printWidth": 120,
"trailingComma": "none",
2023-02-11 20:52:00 +02:00
"singleQuote": false,
"endOfLine": "auto"
}