Skip to content

Commit

Permalink
Enforce IncludeBlocks: Preserve for newer clang-format
Browse files Browse the repository at this point in the history
clang-format-9 appears to have changed the default setting of
IncludeBlocks from Preserve to Reorder. Force this back to Preserve for
now.
  • Loading branch information
andrewseidl committed Oct 23, 2019
1 parent d91bb73 commit ee25594
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 @@ -4,3 +4,4 @@ BinPackParameters: false
ColumnLimit: 90
IndentWidth: 2
BreakConstructorInitializers: BeforeComma
IncludeBlocks: Preserve

0 comments on commit ee25594

Please sign in to comment.