Initial commit

This commit is contained in:
Martin Felis
2021-11-11 21:22:24 +01:00
commit b78045ffe7
812 changed files with 421882 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
---
BasedOnStyle: Google
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: 'true'
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBinaryOperators: NonAssignment
ExperimentalAutoDetectBinPacking: 'false'
ReflowComments: 'false'
...