blob: a61fad0c3718294990e508836e2c4d9262ee6b60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
---
Language: Cpp
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: None
BreakBeforeBraces: Linux
IndentWidth: 8
AlwaysBreakAfterReturnType: AllDefinitions
UseTab: Always
...
|