13 lines
223 B
Plaintext
13 lines
223 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"arrowParens": "always",
|
|
"endOfLine": "lf",
|
|
"jsxSingleQuote": true,
|
|
"semi": true,
|
|
"trailingComma": "all",
|
|
"singleAttributePerLine": true,
|
|
"singleQuote": true,
|
|
"printWidth": 500
|
|
}
|