AnimTestbed/.clang-format

14 lines
336 B
Plaintext
Raw Normal View History

2021-11-11 21:22:24 +01:00
---
BasedOnStyle: Google
AlignAfterOpenBracket: AlwaysBreak
AlignOperands: 'true'
AllowAllArgumentsOnNextLine: 'false'
AllowAllParametersOfDeclarationOnNextLine: 'false'
BinPackArguments: 'false'
BinPackParameters: 'false'
BreakBeforeBinaryOperators: NonAssignment
ExperimentalAutoDetectBinPacking: 'false'
ReflowComments: 'false'
...