Files
JuYou/.prettierrc.json
T
2026-08-25 17:59:42 +08:00

12 lines
245 B
JSON

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