Files
aplp.frontend.web/.prettierrc.json
T
2026-08-11 21:09:32 +07:00

8 lines
106 B
JSON

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