Files
toolbox-portal/.prettierrc.json

15 lines
209 B
JSON

{
"singleQuote": true,
"semi": true,
"trailingComma": "es5",
"printWidth": 80,
"overrides": [
{
"files": "compose.yaml",
"options": {
"singleQuote": false
}
}
]
}