aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 18:11:32 +0000
committerASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2023-12-28 18:11:32 +0000
commit3ff0ac584c406ce77eb16073b221b9ee2c096070 (patch)
treeebfbaeda0046596d97f30a9574479afa18c19fb8
parentc45c3e4815b509f8b885c710c4c3c228a0728434 (diff)
downloadNorthstarLauncher-3ff0ac584c406ce77eb16073b221b9ee2c096070.tar.gz
NorthstarLauncher-3ff0ac584c406ce77eb16073b221b9ee2c096070.zip
can i not get vertical wrapping to child
-rw-r--r--.cmake-format.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/.cmake-format.json b/.cmake-format.json
index f4b4f53f..a614e329 100644
--- a/.cmake-format.json
+++ b/.cmake-format.json
@@ -4,8 +4,8 @@
"tab_size": 2,
"use_tabchars": false,
"fractional_tab_policy": "use-space",
- "max_subgroups_hwrap": 1,
- "max_pargs_hwrap": 1,
+ "max_subgroups_hwrap": 4,
+ "max_pargs_hwrap": 6,
"max_rows_cmdline": 2,
"separate_ctrl_name_with_space": false,
"separate_fn_name_with_space": false,