yufan.me/.prettierrc

10 lines
153 B
Plaintext
Raw Normal View History

2024-06-14 02:13:47 +08:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 120,
"bracketSpacing": true,
"endOfLine": "lf"
}