From faba5b7d385311f08d421ee99511912b55f7582f Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 5 Nov 2024 17:21:44 +0100 Subject: clang-format: Update config file The base style already handles correctly the system includes, so one needs to only add regex expressions to handle third-party and own includes. This fixes also the include formatting of git_config_run.test.cpp. --- test/other_tools/git_operations/git_config_run.test.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'test/other_tools/git_operations/git_config_run.test.cpp') diff --git a/test/other_tools/git_operations/git_config_run.test.cpp b/test/other_tools/git_operations/git_config_run.test.cpp index 57380280..34d625cd 100644 --- a/test/other_tools/git_operations/git_config_run.test.cpp +++ b/test/other_tools/git_operations/git_config_run.test.cpp @@ -17,6 +17,7 @@ #include #include #include +#include #include #include "src/buildtool/file_system/git_context.hpp" @@ -26,8 +27,6 @@ #include "src/other_tools/git_operations/git_config_settings.hpp" #include "test/utils/logging/log_config.hpp" -#include - extern "C" { #include } -- cgit v1.2.3