the-honk/.prettierrc
2024-10-09 18:02:34 +01:00

9 lines
152 B
Text

{
"semi": true,
"trailingComma": "none",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 4,
"bracketSpacing": true,
"arrowParens": "avoid"
}