From a74681fe401773993f3f1bd72582efec9b72fad5 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Thu, 2 Apr 2020 17:16:21 +0200 Subject: [PATCH] project: Fix include order --- .clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index e1c8bfcd..11b8857a 100644 --- a/.clang-format +++ b/.clang-format @@ -20,7 +20,7 @@ NamespaceIndentation: All # Includes #IncludeBlocks: Regroup IncludeCategories: - - Regex: '^(<|")(common.hpp|obs.h)("|>)' + - Regex: '^(<|")(common.hpp|strings.hpp|version.hpp|obs.h)("|>)' Priority: 0 - Regex: '^<' Priority: 10