think/.prettierrc

12 lines
240 B
Plaintext
Raw Permalink Normal View History

2022-03-12 10:31:03 +08:00
{
"singleQuote": true,
"quoteProps": "consistent",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
2022-03-21 16:46:27 +08:00
"printWidth": 120,
2022-03-12 10:31:03 +08:00
"endOfLine": "lf"
}