blob: 822564901aa0dcc3a796dd2f0b673311965bfb22 (
plain)
1
2
3
4
5
6
7
8
9
|
BasedOnStyle: LLVM
PointerAlignment: Left
IndentCaseLabels: true
AllowShortFunctionsOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AlwaysBreakTemplateDeclarations: true
BinPackArguments: true
FixNamespaceComments: true
|