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