10 lines
196 B
JSON
10 lines
196 B
JSON
|
{
|
||
|
"useTabs": false,
|
||
|
"tabWidth": 4,
|
||
|
"arrowParens": "avoid",
|
||
|
"bracketSameLine": false,
|
||
|
"singleQuote": true,
|
||
|
"semi": true,
|
||
|
"trailingComma": "none",
|
||
|
"endOfLine": "lf"
|
||
|
}
|