mirror of https://github.com/fantasticit/think.git
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
|
{
|
||
|
"singleQuote": true,
|
||
|
"quoteProps": "consistent",
|
||
|
"bracketSpacing": true,
|
||
|
"jsxBracketSameLine": false,
|
||
|
"arrowParens": "always",
|
||
|
"trailingComma": "es5",
|
||
|
"tabWidth": 2,
|
||
|
"semi": true,
|
||
|
"printWidth": 100,
|
||
|
"endOfLine": "lf"
|
||
|
}
|