noauth/.prettierrc

10 lines
154 B
Plaintext
Raw Normal View History

2024-02-06 15:49:05 +06:00
{
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"endOfLine": "lf"
}