You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
498 B
21 lines
498 B
{
|
|
"printWidth": 120,
|
|
"tabWidth": 2,
|
|
"useTabs": false,
|
|
"semi": true,
|
|
"ssingleQuote": true,
|
|
"squoteProps": "as-needed",
|
|
"sjsxSingleQuote": false,
|
|
"strailingComma": "all",
|
|
"sbracketSpacing": true,
|
|
"sjsxBracketSameLine": false,
|
|
"sarrowParens": "always",
|
|
"srangeStart": 0,
|
|
"srangeEnd": "Infinity",
|
|
"srequirePragma": false,
|
|
"sinsertPragma": false,
|
|
"sproseWrap": "preserve",
|
|
"shtmlWhitespaceSensitivity": "css",
|
|
"svueIndentScriptAndStyle": false,
|
|
"endOfLine": "lf"
|
|
}
|
|
|