awekas/.prettierrc
Felix Dürrwald 94a95876dd
Some checks failed
CI / main (push) Failing after 11s
feat: Implement mqtt-gateway
2024-09-29 08:48:44 +02:00

9 lines
127 B
Plaintext

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