12 lines
222 B
Text
12 lines
222 B
Text
{
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"singleQuote": true,
|
|
"arrowParens": "avoid",
|
|
"bracketSpacing": true,
|
|
"semi": true,
|
|
"printWidth": 100,
|
|
"trailingComma": "none",
|
|
"endOfLine": "lf"
|
|
}
|
|
|