1 2 3 4 5 6 7 8
BasedOnStyle: Google IndentWidth: 4 InsertBraces: true ColumnLimit: 79 AlignConsecutiveMacros: Consecutive AllowShortFunctionsOnASingleLine: None AllowShortLoopsOnASingleLine: false AllowShortIfStatementsOnASingleLine: Never