Hangar/frontend/.prettierrc
2021-09-22 00:42:21 -07:00

17 lines
281 B
Plaintext

{
"tabWidth": 4,
"semi": true,
"singleQuote": true,
"printWidth": 160,
"arrowParens": "always",
"overrides": [
{
"files": "locales/*.ts",
"options": {
"tabWidth": 2,
"trailingComma": "none",
"printWidth": 9999
}
}
]
}