2
0
mirror of https://github.com/HangarMC/Hangar.git synced 2025-01-12 14:06:14 +08:00
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
}
}
]
}