Files
EMS-ESP32/interface/.prettierrc
2021-05-14 12:44:18 +02:00

7 lines
89 B
Plaintext

{
"singleQuote": true,
"semi": true,
"trailingComma": "none",
"printWidth": 80
}