Files
HKSingleParty/03_source/mobile/.prettierrc

16 lines
223 B
Plaintext

{
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"printWidth": 160,
"overrides": [
{
"files": "src/App.tsx",
"options": {
"printWidth": 240
}
}
]
}