CDRM-Project/cdrm-frontend/.prettierrc.json
2025-07-22 17:45:48 +07:00

9 lines
139 B
JSON

{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"singleQuote": false,
"useTabs": false,
"printWidth": 100
}