2020-05-30 23:24:59 +08:00
|
|
|
{
|
|
|
|
"printWidth": 300,
|
2020-07-04 17:27:59 +08:00
|
|
|
"tabWidth": 4,
|
2020-05-30 23:24:59 +08:00
|
|
|
"semi": true,
|
|
|
|
"singleQuote": true,
|
|
|
|
"trailingComma": "es5",
|
|
|
|
"tslintIntegration": true,
|
|
|
|
"insertSpaceBeforeFunctionParenthesis": false
|
|
|
|
}
|