blob: e23614e4e46d943ddb0806b0d7b188ba0e36495c [file] [log] [blame] [edit]
{
"htmlWhitespaceSensitivity": "ignore",
"bracketSpacing": false,
"overrides": [
{
"files": "*.js",
"options": {
"singleQuote": true
}
},
{
"files": "*.ts",
"options": {
"singleQuote": true
}
}
]
}