BasedOnStyle: Mozilla AlignAfterOpenBracket: AlwaysBreak AlignConsecutiveAssignments: false AlignTrailingComments: false AllowShortIfStatementsOnASingleLine: false AllowShortLoopsOnASingleLine: false BreakBeforeBinaryOperators: None ColumnLimit: 80 IndentWidth: 4 SpaceBeforeRangeBasedForLoopColon: false TabWidth: 4 UseTab: Always