11 lines
191 B
Plaintext
11 lines
191 B
Plaintext
{
|
|
"tabWidth": 2,
|
|
"useTabs": true,
|
|
"printWidth": 90,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"quoteProps": "consistent",
|
|
"bracketSpacing": true,
|
|
"bracketSameLine": true
|
|
}
|