13 lines
278 B
Text
13 lines
278 B
Text
{
|
|
"tabWidth": 4,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"trailingComma": "all",
|
|
"bracketSpacing": true,
|
|
"jsxBracketSameLine": false,
|
|
"arrowParens": "avoid",
|
|
"proseWrap": "always",
|
|
"semi": true,
|
|
"printWidth": 80,
|
|
"endOfLine": "auto"
|
|
}
|