1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
--- BasedOnStyle: Microsoft AccessModifierOffset: '-4' AlignAfterOpenBracket: Align AlignConsecutiveMacros: 'true' AlignConsecutiveAssignments: 'true' AlignConsecutiveDeclarations: 'true' BinPackParameters: 'false' ColumnLimit: '0' Language: Cpp NamespaceIndentation: All PointerAlignment: Left ReflowComments: 'true' SortIncludes: 'false' UseTab: Always ...