From a99dd510ca5f0525d70212cfd62b9fc4405007af Mon Sep 17 00:00:00 2001 From: IhateTrains Date: Sun, 17 Mar 2024 16:19:29 +0100 Subject: [PATCH] Fix "duplicate mapping key" in ClangFormat --- .clang-format | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.clang-format b/.clang-format index e82e7cbe..89d6f92d 100644 --- a/.clang-format +++ b/.clang-format @@ -24,7 +24,6 @@ ColumnLimit: 160 Cpp11BracedListStyle: true IndentCaseLabels: true IndentWidth: 3 -SortIncludes: false DerivePointerAlignment: false MaxEmptyLinesToKeep: 3 PointerAlignment: Left @@ -35,4 +34,4 @@ SpaceBeforeCtorInitializerColon: false SpaceBeforeInheritanceColon: false SpaceBeforeRangeBasedForLoopColon: false TabWidth: 3 -UseTab: Always \ No newline at end of file +UseTab: Always