在用户配置内添加:
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe", "editor.formatOnSave": true, "clang-format.style": "Google", "extensions.ignoreRecommendations": true
在用户配置内添加:
"clang-format.executable": "C:\\Program Files\\LLVM\\bin\\clang-format.exe", "editor.formatOnSave": true, "clang-format.style": "Google", "extensions.ignoreRecommendations": true
转载于:https://www.cnblogs.com/tangjicheng/p/9097671.html