10 lines
193 B
JSON
10 lines
193 B
JSON
{
|
|
"semi": true,
|
|
"tabWidth": 2,
|
|
"printWidth": 80,
|
|
"singleQuote": true,
|
|
"trailingComma": "es5",
|
|
"arrowParens": "avoid",
|
|
"embeddedLanguageFormatting": "auto",
|
|
"endOfLine": "auto"
|
|
} |