fix formatting for all cmake files

This commit is contained in:
Sandy Carter
2023-01-07 09:41:26 -05:00
parent c9e4e20b02
commit c85f396456
26 changed files with 1579 additions and 1677 deletions

View File

@@ -115,7 +115,7 @@ with section("format"):
max_lines_hwrap = 2
# What style line endings to use in the output.
line_ending = 'windows'
line_ending = 'unix'
# Format command names consistently as 'lower' or 'upper' case
command_case = 'canonical'