From aee41ff23feb343eedc3d0f162d7bf52240119f7 Mon Sep 17 00:00:00 2001 From: Markus Vieth Date: Thu, 26 Jan 2023 21:03:01 +0100 Subject: [PATCH] Clang-format: make regex case sensitive To avoid confusion between and Qt includes Fixes https://github.com/PointCloudLibrary/pcl/issues/5212 --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index 3578d7f1cad..c921cd9a5e9 100644 --- a/.clang-format +++ b/.clang-format @@ -44,6 +44,7 @@ IncludeCategories: # Major 3rd-Party components of apps - Regex: '^$' Priority: 300 + CaseSensitive: true - Regex: '^$' Priority: 300 - Regex: '^$'