awekas/.prettierrc
Felix Dürrwald aadf93c0f0
Some checks failed
CI / main (push) Failing after 19s
feat: Implement mqtt-gateway
2024-09-29 08:51:42 +02:00

9 lines
127 B
Plaintext

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