Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 1.33 KB

README.md

File metadata and controls

24 lines (22 loc) · 1.33 KB

cpp11misc

VSCode下环境搭建相关:

  1. mac在vscode下搭建C/C++环境 https://www.jianshu.com/p/050fa455bc74
  2. vscode下c++代码格式化
  1. mac下代码覆盖率工具 https://www.cnblogs.com/fnlingnzb-learner/p/6943512.html
  2. 本文使用的格式化参数
    {BasedOnStyle: Google, IndentWidth: 4, AccessModifierOffset: -4, AlignTrailingComments: true, AllowShortFunctionsOnASingleLine: false, ColumnLimit: 120, ConstructorInitializerAllOnOneLineOrOnePerLine: true}