8 lines
225 B
YAML
8 lines
225 B
YAML
---
|
|
Language: Cpp
|
|
# Usage: git clang-format -f m/master --style=file
|
|
BasedOnStyle: Chromium
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
...
|