brakeconf/.prettierrc.json
2023-08-29 22:33:32 +03:00

11 lines
221 B
JSON

{
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}