{ "C_Cpp.clang_format_fallbackStyle": "LLVM", "editor.codeActionsOnSave": { "source.fixAll.eslint": "always" }, "editor.defaultFormatter": "esbenp.prettier-vscode", // 使用 Prettier 格式化 "editor.formatOnSave": true, // 保存时自动格式化 "prettier.requireConfig": true, // 只有在项目中有 Prettier 配置时才格式化 "eslint.alwaysShowStatus": true, // 显示 ESLint 状态 "eslint.format.enable": true // 允许 ESLint 格式化 }