From 8131310cc04cd8942398e133a91d2bbb0d1fd364 Mon Sep 17 00:00:00 2001
From: Pascal Palenda <pascal.palenda@akustik.rwth-aachen.de>
Date: Mon, 27 Mar 2023 14:19:17 +0200
Subject: [PATCH] Add `NAME` to format definition

---
 .cmake-format | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.cmake-format b/.cmake-format
index 6a4c233..05a9fd3 100644
--- a/.cmake-format
+++ b/.cmake-format
@@ -207,7 +207,8 @@ with section("parse"):
         'COLOR_STYLE' : 1,
         'LOGO' : 1,
         'ADD_DEV_SECTION' : 1,
-        'SOURCES' : '*'
+        'SOURCES' : '*',
+        'NAME' : 1
       }
     }
   }
-- 
GitLab