Files
me-tg-bot/.prettierrc.json
T
2026-01-02 23:28:17 +03:00

11 lines
197 B
JSON

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