--- BasedOnStyle: Mozilla AccessModifierOffset: '-4' AlignAfterOpenBracket: Align AlignConsecutiveMacros: Enabled: true AcrossEmptyLines: false AcrossComments: true AlignEscapedNewlines: Left AlignOperands: true AlignTrailingComments: Kind: Always OverEmptyLines: 1 AllowAllParametersOfDeclarationOnNextLine: true AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: false AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false BinPackArguments: true BinPackParameters: true BreakAfterReturnType: AllDefinitions BreakBeforeBinaryOperators: NonAssignment BreakBeforeBraces: Allman BreakBeforeTernaryOperators: true BreakStringLiterals: false ColumnLimit: '0' ContinuationIndentWidth: '4' DerivePointerAlignment: false IndentCaseLabels: true IndentGotoLabels: false IndentWidth: '4' IndentWrappedFunctionNames: false KeepEmptyLinesAtTheStartOfBlocks: false MaxEmptyLinesToKeep: '2' PointerAlignment: Right ReflowComments: true SortIncludes: false SpaceAfterCStyleCast: false SpaceBeforeAssignmentOperators: true SpaceBeforeParens: ControlStatements SpacesBeforeTrailingComments: '2' SpacesInParens: Never TabWidth: '4' TypeNames: [DWORD] UseTab: Never WhitespaceSensitiveMacros: [_STRINGIFY] --- Language: C --- Language: Cpp