10 lines
199 B
JSON
10 lines
199 B
JSON
{
|
|
"tabWidth": 4,
|
|
"bracketSpacing": true,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"semi": false,
|
|
"jsxSingleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"printWidth": 80
|
|
} |