aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
blob: cff09b218221d53d350df636a89e3e2616653c31 (plain)
1
2
3
4
5
6
7
8
---
Language:        Cpp
# Usage:  git clang-format -f m/master --style=file
BasedOnStyle:  Chromium
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
...