blob: 3abfc1a62b6542fbcf08d11f0ec89b149e3a6d5a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"printWidth": 160,
"tabWidth": 4,
"useTabs": false,
"semi": true,
"singleQuote": false,
"quoteProps": "as-needed",
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"bracketSameLine": true,
"arrowParens": "always",
"proseWrap": "always"
}
|