13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"printWidth": 110,
|
|
"useTabs": true,
|
|
"bracketSameLine": true,
|
|
"semi": true,
|
|
"singleQuote": false,
|
|
"quoteProps": "as-needed",
|
|
"trailingComma": "es5",
|
|
"bracketSpacing": true,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf"
|
|
}
|