sozsoft-platform/ui/.prettierrc.json

9 lines
133 B
JSON
Raw Permalink Normal View History

2026-02-24 20:44:16 +00:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}