the-honk/.prettierrc
2021-10-29 01:00:43 +01:00

9 lines
152 B
Text

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