1 --- 2 Language: Cpp 3 # Usage: git clang-format -f m/master --style=file 4 BasedOnStyle: Chromium 5 AllowShortFunctionsOnASingleLine: Inline 6 AllowShortIfStatementsOnASingleLine: false 7 AllowShortLoopsOnASingleLine: false 8 ... 9