.clang-format (225B)
1 BasedOnStyle: Google 2 IndentWidth: 4 3 InsertBraces: true 4 ColumnLimit: 79 5 AlignConsecutiveMacros: Consecutive 6 AllowShortFunctionsOnASingleLine: None 7 AllowShortLoopsOnASingleLine: false 8 AllowShortIfStatementsOnASingleLine: Never