forked from icd/mt940-mbank-ts
22 lines
356 B
Plaintext
22 lines
356 B
Plaintext
{
|
|
"useTabs": true,
|
|
"tabWidth": 4,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"overrides": [
|
|
{
|
|
"files": "*.yml",
|
|
"options": {
|
|
"tabWidth": 2,
|
|
"useTabs": false
|
|
}
|
|
},
|
|
{
|
|
"files": "*.html",
|
|
"options": {
|
|
"printWidth": 120,
|
|
"htmlWhitespaceSensitivity": "ignore"
|
|
}
|
|
}
|
|
]
|
|
} |