editions/.prettierrc

7 lines
123 B
Plaintext
Raw Normal View History

2023-10-29 12:22:35 +01:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": false,
"bracketSpacing": false
}