From 0af0d8e23c7c2183a6480f8a8bd2c6d5d3acdc14 Mon Sep 17 00:00:00 2001 From: serraramiro1 Date: Wed, 8 May 2024 20:43:22 -0300 Subject: [PATCH] Clang tidy doesn't sort includes (#352) Removes the sorting behavior of `clang-tidy` and delegates that functionality solely to `clang-format`. Signed-off-by: Ramiro Serra --- .clang-tidy | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-tidy b/.clang-tidy index 66e4b988d..e185cbc21 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -7,7 +7,6 @@ Checks: > bugprone-*, google-*, llvm-header-guard, - llvm-include-order, misc-*, modernize-*, performance-*,