diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-29 14:37:04 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-29 14:37:04 +0000 |
commit | 71c30d323c829111f70a0d5fa26e51e82865019e (patch) | |
tree | 285d36b7595ac171bd5f88f905b566420b5021b0 | |
parent | 505b0f5419675573ff4062e0ba1f10b1e7ed9c76 (diff) | |
download | NorthstarLauncher-71c30d323c829111f70a0d5fa26e51e82865019e.tar.gz NorthstarLauncher-71c30d323c829111f70a0d5fa26e51e82865019e.zip |
vertical wrapping is kinda cooler i think
-rw-r--r-- | .cmake-format.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.cmake-format.json b/.cmake-format.json index 9e683107..b819f8cd 100644 --- a/.cmake-format.json +++ b/.cmake-format.json @@ -4,8 +4,8 @@ "tab_size": 4, "use_tabchars": false, "fractional_tab_policy": "use-space", - "max_subgroups_hwrap": 4, - "max_pargs_hwrap": 6, + "max_subgroups_hwrap": 2, + "max_pargs_hwrap": 2, "max_rows_cmdline": 2, "separate_ctrl_name_with_space": false, "separate_fn_name_with_space": false, |