blob: cff09b218221d53d350df636a89e3e2616653c31 [file] [log] [blame]
Vitaly Buka8fb4e622015-12-02 15:00:30 -08001---
2Language: Cpp
3# Usage: git clang-format -f m/master --style=file
4BasedOnStyle: Chromium
Vitaly Buka34668e72015-12-15 14:46:47 -08005AllowShortFunctionsOnASingleLine: Inline
6AllowShortIfStatementsOnASingleLine: false
7AllowShortLoopsOnASingleLine: false
Vitaly Buka8fb4e622015-12-02 15:00:30 -08008...