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.
 
 
 
 
 

23 lines
395 B

{
"tabWidth": 2,
"printWidth": 120,
"semi": false,
"trailingComma": "es5",
"singleQuote": true,
"overrides": [
{
"files": "*.ts",
"options": {
"tabWidth": 4
}
},
{
"files": "{tsconfig.json,.vscode/**/*.json}",
"options": {
"parser": "json5",
"singleQuote": false,
"quoteProps": "preserve"
}
}
]
}