C/C++格式化:

{
BasedOnStyle: LLVM,
IndentWidth: 4,
ColumnLimit: 200,
BreakBeforeBraces: Attach,
AlignConsecutiveMacros: AcrossEmptyLinesAndComments,
AlignTrailingComments: true,
AlignConsecutiveAssignments: false,
AlignConsecutiveDeclarations: false,
AllowShortFunctionsOnASingleLine: None,
AllowShortIfStatementsOnASingleLine: WithoutElse,
AllowShortLoopsOnASingleLine: true,
BreakStringLiterals: false,
ReflowComments: false,
BinPackArguments: true,
BinPackParameters: true,
}