2020-05-30 23:24:59 +08:00
|
|
|
{
|
|
|
|
"printWidth": 300,
|
2020-06-19 11:15:22 +08:00
|
|
|
"tabWidth": 2,
|
2020-05-30 23:24:59 +08:00
|
|
|
"semi": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"tslintIntegration": true,
|
|
|
|
"insertSpaceBeforeFunctionParenthesis": false
|
|
|
|
}
|