brakeconf/.prettierrc.json

11 lines
221 B
JSON
Raw Normal View History

2023-08-29 22:33:32 +03:00
{
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}