devtools-bp/.prettierrc
2023-06-11 15:59:11 +02:00

7 lines
116 B
Text

{
"singleQuote": true,
"tabWidth": 2,
"printWidth": 80,
"trailingComma": "none",
"bracketSpacing": true
}