Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
BasedOnStyle: Google
|
||||
AlignAfterOpenBracket: AlwaysBreak
|
||||
AlignOperands: 'true'
|
||||
AllowAllArgumentsOnNextLine: 'false'
|
||||
AllowAllParametersOfDeclarationOnNextLine: 'false'
|
||||
BinPackArguments: 'false'
|
||||
BinPackParameters: 'false'
|
||||
BreakBeforeBinaryOperators: NonAssignment
|
||||
ExperimentalAutoDetectBinPacking: 'false'
|
||||
ReflowComments: 'false'
|
||||
|
||||
...
|
||||
Reference in New Issue
Block a user