diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:24:14 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:24:14 +0000 |
commit | 720d0c43e94cc378793cbcbbc2379f8a67b8ba69 (patch) | |
tree | 47b40ce0b3c6d3c3842509a59cb767303653addb | |
parent | ba3238bb8923cb74175e248db7d1a85ccac4ad32 (diff) | |
download | NorthstarLauncher-720d0c43e94cc378793cbcbbc2379f8a67b8ba69.tar.gz NorthstarLauncher-720d0c43e94cc378793cbcbbc2379f8a67b8ba69.zip |
idk
-rw-r--r-- | .github/workflows/.cmake-format.json | 6 | ||||
-rw-r--r-- | .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 |