From 95b9926f4e95c927da800b08767ec30cd1ae18b7 Mon Sep 17 00:00:00 2001
From: Fabian Reister <fabian.reister@kit.edu>
Date: Mon, 29 Nov 2021 18:25:47 +0100
Subject: [PATCH] updating clang format

---
 .clang-format | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.clang-format b/.clang-format
index c42cc851..b6d7961b 100644
--- a/.clang-format
+++ b/.clang-format
@@ -125,11 +125,11 @@ IncludeCategories:
     Priority: 250
   - Regex: '^((<|")RobotSkillTemplates/)'
     Priority: 260
-  - Regex: '^((<|")Armar6RT/)'
+  - Regex: '^((<|")armar6_rt/)'
     Priority: 270
   - Regex: '^((<|")Armar6Skills/)'
     Priority: 280
-  - Regex: '^((<|")Armar6RT/)'
+  - Regex: '^((<|")armar6_rt/)'
     Priority: 290
   - Regex: '^((<|")MobileManipulation/)'
     Priority: 300
-- 
GitLab