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