From 720d0c43e94cc378793cbcbbc2379f8a67b8ba69 Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:24:14 +0000 Subject: idk --- .github/workflows/.cmake-format.json | 6 +----- .github/workflows/ci.yml | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/.cmake-format.json b/.github/workflows/.cmake-format.json index c71ba1fc..38b07ad4 100644 --- a/.github/workflows/.cmake-format.json +++ b/.github/workflows/.cmake-format.json @@ -32,14 +32,10 @@ }, "_help_format": "Options affecting formatting.", "format": { - "_help_disable": [ - "Disable formatting entirely, making cmake-format a no-op" - ], - "disable": false, "_help_line_width": [ "How wide to allow formatted cmake files" ], - "line_width": 80, + "line_width": 120, "_help_tab_size": [ "How many spaces to tab for indent" ], diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0cadab26..84fb9489 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,6 +50,6 @@ jobs: style: file - uses: puneetmatharu/cmake-format-lint-action@v1.0.4 with: - args: "--in-place --dump-config json" + args: "--in-place" - run: | - git diff --exit-code --color-words + git diff --exit-code -- cgit v1.2.3