diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:52:35 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:52:35 +0000 |
commit | fd0d0334dfec2842343acec027717b1752f9223a (patch) | |
tree | 3199313bae9362aeab1a56869a61539c62813327 | |
parent | 6a1cd0c06208526d731638ecd01097088aaea235 (diff) | |
download | NorthstarLauncher-fd0d0334dfec2842343acec027717b1752f9223a.tar.gz NorthstarLauncher-fd0d0334dfec2842343acec027717b1752f9223a.zip |
dangling stuff is kinda cool?
-rw-r--r-- | .github/workflows/.cmake-format.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/.cmake-format.json b/.github/workflows/.cmake-format.json index c58f5f51..a614e329 100644 --- a/.github/workflows/.cmake-format.json +++ b/.github/workflows/.cmake-format.json @@ -9,7 +9,7 @@ "max_rows_cmdline": 2, "separate_ctrl_name_with_space": false, "separate_fn_name_with_space": false, - "dangle_parens": false, + "dangle_parens": true, "dangle_align": "child", "min_prefix_chars": 4, "max_prefix_chars": 10, |