From 513bdacf648341cf111f4c4016b179d60b1bd06c Mon Sep 17 00:00:00 2001 From: Reuben Dunnington Date: Mon, 21 Aug 2023 14:39:09 -0700 Subject: [PATCH] disable include sorting - we rely on include order in some places --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 7b68829..57a457d 100644 --- a/.clang-format +++ b/.clang-format @@ -14,4 +14,5 @@ MaxEmptyLinesToKeep: 1 PointerAlignment: Left SeparateDefinitionBlocks: Always SpaceBeforeParens: Never -ReflowComments: false \ No newline at end of file +ReflowComments: false +SortIncludes: false \ No newline at end of file