diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:37:05 +0000 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2023-12-28 17:37:05 +0000 |
commit | 8d0e7620f30d2ab6ddb84922c853e8c4c71ac706 (patch) | |
tree | 1500c26435e95757771c4a3ca9cdc56f360b043b | |
parent | 63aa1f179cb2a59334e97787eb0159fe10f15f2d (diff) | |
download | NorthstarLauncher-8d0e7620f30d2ab6ddb84922c853e8c4c71ac706.tar.gz NorthstarLauncher-8d0e7620f30d2ab6ddb84922c853e8c4c71ac706.zip |
align to child
-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 38b07ad4..34dc3b13 100644 --- a/.github/workflows/.cmake-format.json +++ b/.github/workflows/.cmake-format.json @@ -95,7 +95,7 @@ "statement, plus one indentation level, `child`: align to", "the column of the arguments" ], - "dangle_align": "prefix", + "dangle_align": "child", "_help_min_prefix_chars": [ "If the statement spelling length (including space and", "parenthesis) is smaller than this amount, then force reject", |