blob: cff09b218221d53d350df636a89e3e2616653c31 [file] [log] [blame]
---
Language: Cpp
# Usage: git clang-format -f m/master --style=file
BasedOnStyle: Chromium
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
...