Files
wled-controller/frontend/.prettierrc.json
2025-12-10 18:07:21 +00:00

8 lines
106 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 100,
"tabWidth": 2
}