summaryrefslogtreecommitdiff
path: root/.clang-format
blob: 2460f7b9f388e744501695d7a8987b64a7225c68 (plain)
1
2
3
4
5
6
7
8
9
10
---
Language: Cpp
BasedOnStyle: WebKit
IndentWidth: 4

BreakBeforeBraces: Custom
BraceWrapping:
  AfterFunction:   true
AllowShortFunctionsOnASingleLine: None
AlwaysBreakAfterReturnType: AllDefinitions