a2s.su/.prettierrc.json

11 lines
197 B
JSON
Raw Normal View History

2023-08-06 01:49:23 +03:00
{
"printWidth": 100,
"bracketSpacing": true,
"bracketSameLine": true,
"semi": true,
"singleQuote": true,
"arrowParens": "always",
"htmlWhitespaceSensitivity": "strict",
"endOfLine": "lf"
}