AxisCommunications / acap-native-sdk-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) Native SDK
Apache License 2.0
41 stars 23 forks source link

clang-format: Change line break of function arguments #177

Closed pataxis closed 9 months ago

pataxis commented 9 months ago

clang-format options: BinPackArguments: false AllowAllArgumentsOnNextLine: false BinPackParameters: false AllowAllParametersOfDeclarationOnNextLine: false