Files
study_work/.prettierrc
T
2026-06-07 02:09:05 +08:00

11 lines
234 B
Plaintext

{
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"useTabs": false,
"trailingComma": "all",
"tabWidth": 2,
"proseWrap": "never",
"overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }]
}