From 842ea63f8a49c7f809c631f40bd493200ce416a3 Mon Sep 17 00:00:00 2001 From: Trent Houliston Date: Sun, 14 Jul 2024 14:32:35 +0200 Subject: [PATCH] Formatting rules --- .cmake-format.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.cmake-format.py b/.cmake-format.py index 521da4e06..51321b884 100644 --- a/.cmake-format.py +++ b/.cmake-format.py @@ -4,9 +4,7 @@ with section("parse"): # Specify structure for custom cmake functions - additional_commands = { - "HeaderLibrary": {"kwargs": {"NAME": "*", "HEADER": "*", "PATH_SUFFIX": "*", "URL": "*"}}, - } + additional_commands = {} # Specify variable tags. vartags = [] @@ -213,6 +211,5 @@ # A dictionary containing any per-command configuration overrides. Currently # only `command_case` is supported. per_command = { - "HeaderLibrary": {"command_case": "unchanged"}, "ToolchainLibraryFinder": {"command_case": "unchanged"}, }