VSCode 设置 CPP 代码风格
按 Ctrl+, 打开设置,输入 format 找到。
Ctrl+,
{ BasedOnStyle: Google, IndentWidth: 4 }
原文:https://www.cnblogs.com/F4NNIU/p/10783893.html