temporary fix for build errors
[platform/upstream/libabigail.git] / .clang-format
index e63b651..f3a039c 100644 (file)
@@ -1,10 +1,16 @@
 ---
 BasedOnStyle: GNU
+AlignConsecutiveDeclarations: true
 AlwaysBreakAfterReturnType: All
+BreakConstructorInitializers: BeforeColon
+ConstructorInitializerAllOnOneLineOrOnePerLine: true
+ConstructorInitializerIndentWidth: 2
 BinPackParameters: false
 BreakStringLiterals: false
 PointerAlignment: Left
+SortUsingDeclarations: false
 SpaceBeforeParens: ControlStatements
 TabWidth: 8
 UseTab: Always
+BreakBeforeBinaryOperators: NonAssignment
 ---