zhengyiming
2025-07-15 b0fa289bf8ff6ee35f48ee8ed6c10b22db636f0f
1
2
3
4
5
6
7
8
9
10
11
12
{
  "printWidth": 80,
  "singleQuote": true,
  "trailingComma": "all",
  "proseWrap": "never",
  "overrides": [{ "files": ".prettierrc", "options": { "parser": "json" } }],
  "plugins": [
    "prettier-plugin-organize-imports",
    "prettier-plugin-packagejson"
  ],
  "organizeImportsSkipDestructiveCodeActions": true
}