Detect the presence of R_AARCH64_{ABS64, PREL32} macros
[platform/upstream/libabigail.git] / .clang-format
1 ---
2 BasedOnStyle: GNU
3 AlignConsecutiveDeclarations: true
4 AlwaysBreakAfterReturnType: All
5 BreakConstructorInitializers: BeforeColon
6 ConstructorInitializerAllOnOneLineOrOnePerLine: true
7 ConstructorInitializerIndentWidth: 2
8 BinPackParameters: false
9 BreakStringLiterals: false
10 PointerAlignment: Left
11 SortUsingDeclarations: false
12 SpaceBeforeParens: ControlStatements
13 TabWidth: 8
14 UseTab: Always
15 ---