lecoffre-front/.prettierrc.json
2023-04-17 11:38:24 +02:00

11 lines
166 B
JSON

{
"printWidth": 140,
"tabWidth": 4,
"useTabs": true,
"singleQuote": false,
"trailingComma": "all",
"endOfLine": "lf",
"semi": true,
"bracketSameLine": true
}