Commit 49b2c8a6 authored by Haehner, Urs Rene's avatar Haehner, Urs Rene
Browse files

Update clang-format file: Do not sort using declarations.

parent d0c42bc5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -63,6 +63,7 @@ PenaltyReturnTypeOnItsOwnLine: 100000000
PointerAlignment: Left
#ReflowComments: true # Supported only from clang 3.9
SortIncludes: false
SortUsingDeclarations: false
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements