Files
roboco/panel/.prettierrc.json
T

11 lines
180 B
JSON
Raw Normal View History

2026-06-29 05:38:21 +02:00
{
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"printWidth": 80,
"tabWidth": 2,
"arrowParens": "always",
"bracketSpacing": true,
"endOfLine": "lf"
}