awekas/.prettierrc
Felix Dürrwald f11c3d80f6
Some checks failed
CI / main (push) Failing after 1m15s
Initial commit
2024-09-25 07:32:29 +02:00

8 lines
106 B
Plaintext

{
"semi": false,
"singleQuote": true,
"tabWidth": 4,
"trailingComma": "es5",
"useTabs": false
}