Files
basango/projects/mobile/.prettierrc
T
2025-10-05 14:42:25 +02:00

10 lines
178 B
Plaintext

{
"semi": true,
"trailingComma": "es5",
"singleQuote": false,
"tabWidth": 4,
"useTabs": false,
"printWidth": 120,
"bracketSpacing": true,
"arrowParens": "avoid"
}