Language: Cpp BasedOnStyle: Microsoft IndentWidth: 4 IncludeBlocks: Preserve ColumnLimit: 0 IndentCaseLabels: false NamespaceIndentation: All AlignConsecutiveAssignments: true AlignConsecutiveDeclarations: true BinPackArguments: false BinPackParameters: false MaxEmptyLinesToKeep: 1 # 允许重新排版注释 ReflowComments: false # tab宽度 TabWidth: 4 AccessModifierOffset: -4 SortIncludes: false BraceWrapping: AfterCaseLabel: true Cpp11BracedListStyle: true AlignConsecutiveMacros: true FixNamespaceComments: false AlignAfterOpenBracket: true UseTab: Never