AlignConsecutiveMacros: 'true' AlignConsecutiveAssignments: 'true' AlignTrailingComments: 'true' AllowShortFunctionsOnASingleLine: None AllowShortIfStatementsOnASingleLine: Never AllowShortLambdasOnASingleLine: None AllowShortLoopsOnASingleLine: 'false' BreakBeforeBraces: Linux ColumnLimit: '80' IndentWidth: '4' PointerAlignment: Right SpaceBeforeParens: ControlStatements SpacesInCStyleCastParentheses: 'false' TabWidth: '4' UseTab: Never