abidw: add option to only emit file names (--short-locs)
[platform/upstream/libabigail.git] / .clang-format
1 ---
2 BasedOnStyle: GNU
3 AlwaysBreakAfterReturnType: All
4 BinPackParameters: false
5 BreakStringLiterals: false
6 PointerAlignment: Left
7 SpaceBeforeParens: ControlStatements
8 TabWidth: 8
9 UseTab: Always
10 ---