From 95015cec56fa56f2ef97227edf06de17c65000d9 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 7 Jul 2020 14:18:37 +0200 Subject: [PATCH] clang-format: Dont sort includes --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index c2f306e2..a59cb616 100644 --- a/.clang-format +++ b/.clang-format @@ -12,6 +12,7 @@ SpacesInContainerLiterals: false SpacesInParentheses: false SpacesInSquareBrackets: false SpaceBeforeParens: ControlStatements +SortIncludes: false ColumnLimit: 0 PointerAlignment: Left AlignAfterOpenBracket: Align