我的Clang-Format

RoderickQiu

2019-04-07 14:41:58

Personal

如下: ``` { IndentWidth: 4, MaxEmptyLinesToKeep: 1, SpacesInAngles: true, PointerAlignment: Right, ColumnLimit: 70, AllowShortIfStatementsOnASingleLine: true, AllowShortCaseLabelsOnASingleLine: true, BreakBeforeBraces: Custom, BraceWrapping: { AfterFunction: false, AfterControlStatement: false } } ``` 留作备份。