From fd3354fe7d1683eee3b654b3bded97ee76d82be9 Mon Sep 17 00:00:00 2001 From: ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:54:45 +0000 Subject: always vertical wrap, just makes things easier --- .github/workflows/.cmake-format.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.cmake-format.json b/.github/workflows/.cmake-format.json index a614e329..f4b4f53f 100644 --- a/.github/workflows/.cmake-format.json +++ b/.github/workflows/.cmake-format.json @@ -4,8 +4,8 @@ "tab_size": 2, "use_tabchars": false, "fractional_tab_policy": "use-space", - "max_subgroups_hwrap": 4, - "max_pargs_hwrap": 6, + "max_subgroups_hwrap": 1, + "max_pargs_hwrap": 1, "max_rows_cmdline": 2, "separate_ctrl_name_with_space": false, "separate_fn_name_with_space": false, -- cgit v1.2.3