- clang-format
- VSCode配置
- 下载vscode插件clang-format并配置为默认代码格式化器
- 生成Google的规范
clang-format -style=google -dump-config > .clang-format
URL: http://github.com/feixiao/VisualStudioCode/blob/master/format.md
>clang-format -style=google -dump-config > .clang-format