Skip to content

Commit

Permalink
Formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
TrentHouliston committed Jul 14, 2024
1 parent ae944aa commit 842ea63
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .cmake-format.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down Expand Up @@ -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"},
}

0 comments on commit 842ea63

Please sign in to comment.