FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

VisualStudioCode/format.md at master · feixiao/VisualStudioCode · GitHub

Latest commit

 

History

History
20 lines (11 loc) · 407 Bytes

File metadata and controls

20 lines (11 loc) · 407 Bytes

VSCode格式化代码

C++

  • clang-format
  • VSCode配置
    • 下载vscode插件clang-format并配置为默认代码格式化器
    • 生成Google的规范
    clang-format -style=google -dump-config > .clang-format

参考资料


Back | FazBrowse Home | New Git URL