Skip to content

Commit

Permalink
Merge pull request FreeCAD#10788 from wwmayer/format_no_sorting
Browse files Browse the repository at this point in the history
clang-format: disable sorting of includes
  • Loading branch information
chennes authored Sep 24, 2023
2 parents 5a81fcd + b65ae56 commit d95b26d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ ObjCSpaceBeforeProtocolList: true
PackConstructorInitializers: Never
PointerAlignment: Left
ReflowComments: true
SortIncludes: Never
SpaceAfterCStyleCast: false
SpaceAfterLogicalNot: false
SpaceAfterTemplateKeyword: false
Expand Down

0 comments on commit d95b26d

Please sign in to comment.