Skip to content

Commit

Permalink
Clang tidy doesn't sort includes (#352)
Browse files Browse the repository at this point in the history
Removes the sorting behavior of `clang-tidy` and delegates
that functionality solely to `clang-format`.


Signed-off-by: Ramiro Serra <[email protected]>
  • Loading branch information
serraramiro1 authored May 8, 2024
1 parent 3b6e23c commit 0af0d8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .clang-tidy
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Checks: >
bugprone-*,
google-*,
llvm-header-guard,
llvm-include-order,
misc-*,
modernize-*,
performance-*,
Expand Down

0 comments on commit 0af0d8e

Please sign in to comment.