Files
EMS-ESP32/interface/.prettierrc
2021-05-07 10:15:19 +02:00

8 lines
106 B
Plaintext

{
"singleQuote": true,
"semi": false,
"trailingComma": "all",
"tabWidth": 2,
"printWidth": 80
}