Vitaly Buka | 8fb4e62 | 2015-12-02 15:00:30 -0800 | [diff] [blame] | 1 | --- |
2 | Language: Cpp | ||||
3 | # Usage: git clang-format -f m/master --style=file | ||||
4 | BasedOnStyle: Chromium | ||||
Vitaly Buka | 34668e7 | 2015-12-15 14:46:47 -0800 | [diff] [blame] | 5 | AllowShortFunctionsOnASingleLine: Inline |
6 | AllowShortIfStatementsOnASingleLine: false | ||||
7 | AllowShortLoopsOnASingleLine: false | ||||
Vitaly Buka | 8fb4e62 | 2015-12-02 15:00:30 -0800 | [diff] [blame] | 8 | ... |