xml-expander/.prettierrc

16 lines
237 B
Plaintext

{
"useTabs": true,
"tabWidth": 4,
"trailingComma": "es5",
"overrides": [
{
"files": "*.yml",
"options": {
"tabWidth": 2,
"useTabs": false
}
},
{ "files": "*.subtest.ts", "options": { "printWidth": 100 } }
]
}