appointment_system/backend/.prettierrc.json
2025-12-11 22:50:18 +08:00

11 lines
174 B
JSON

{
"semi": true,
"trailingComma": "es5",
"singleQuote": true,
"printWidth": 120,
"tabWidth": 2,
"useTabs": false,
"arrowParens": "always",
"endOfLine": "lf"
}