Files
OCS_service/.prettierrc.json
2026-05-22 15:02:31 +08:00

9 lines
182 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"tabWidth": 2,
"singleQuote": false,
"printWidth": 80,
"trailingComma": "none",
"ignorePath": ".prettierignore"
}