12 lines
181 B
Plaintext
12 lines
181 B
Plaintext
{
|
|
"semi": true,
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"jsxSingleQuote": true,
|
|
"bracketSameLine": false,
|
|
"endOfLine": "crlf",
|
|
"quoteProps": "consistent",
|
|
"printWidth": 80
|
|
}
|
|
|