clang-format (not quite right)
This commit is contained in:
parent
b18ae6f74f
commit
b67761390a
|
|
@ -0,0 +1,16 @@
|
||||||
|
Language: Cpp
|
||||||
|
BasedOnStyle: Google
|
||||||
|
AlignOperands: false
|
||||||
|
AllowAllConstructorInitializersOnNextLine: false
|
||||||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||||||
|
AlwaysBreakAfterReturnType: TopLevel
|
||||||
|
# fails
|
||||||
|
BinPackParameters: false
|
||||||
|
BraceWrapping:
|
||||||
|
AfterClass: true
|
||||||
|
AfterStruct: true
|
||||||
|
AfterFunction: true
|
||||||
|
BreakBeforeBraces: Custom
|
||||||
|
# fails
|
||||||
|
BreakConstructorInitializers: AfterColon
|
||||||
Loading…
Reference in New Issue