rg/.prettierrc
2024-11-17 19:09:01 +01:00

6 lines
84 B
Plaintext

{
"semi": true,
"trailingComma": "all",
"tabWidth": 4,
"singleQuote": true
}