Files
ndm-web-client/.prettierrc.json
yangsy 4cd73dde19 chore
2025-08-13 14:09:54 +08:00

11 lines
218 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"endOfLine": "lf",
"semi": true,
"singleQuote": true,
"singleAttributePerLine": false,
"printWidth": 200,
"tabWidth": 2,
"trailingComma": "all"
}