From 0694eb1d3df11427e20d33a5a5cffd449184883e Mon Sep 17 00:00:00 2001 From: Thanatomanic <6567747+Thanatomanic@users.noreply.github.com> Date: Tue, 23 Feb 2021 17:38:52 +0100 Subject: [PATCH] Update .clang-format to prevent unwanted sorting of includes --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index aa4b31eeb..e559023b1 100644 --- a/.clang-format +++ b/.clang-format @@ -9,4 +9,5 @@ AllowShortIfStatementsOnASingleLine: Always AlignAfterOpenBracket: DontAlign BreakConstructorInitializers: AfterColon NamespaceIndentation: None -IndentCaseLabels: true \ No newline at end of file +IndentCaseLabels: true +SortIncludes: Never