awekas/.prettierrc
Felix Dürrwald 9025a8e9eb
Some checks failed
CI / main (push) Failing after 5m8s
feat: Implement mqtt-gateway
2024-09-29 08:55:18 +02:00

9 lines
127 B
Plaintext

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