13 lines
220 B
JSON
13 lines
220 B
JSON
{
|
|
"printWidth": 200,
|
|
"tabWidth": 4,
|
|
"useTabs": true,
|
|
"semi": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": true,
|
|
"arrowParens": "avoid",
|
|
"endOfLine": "auto"
|
|
}
|