think/.prettierrc

12 lines
240 B
Plaintext
Raw Normal View History

2022-03-12 02:31:03 +00:00
{
"singleQuote": true,
"quoteProps": "consistent",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"printWidth": 100,
"endOfLine": "lf"
}