aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-08-25 20:41:14 +0100
committerASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-08-25 20:41:14 +0100
commit2625fff85ff1dcdb7b51c06d9651fc364c24bcb8 (patch)
tree3fe5ccee7b39f0d1dae5cbdf8160428b0e5077dd
parent5aae42126a062f1d184aff1c8217ef50259ccc53 (diff)
downloadNorthstarLauncher-2625fff85ff1dcdb7b51c06d9651fc364c24bcb8.tar.gz
NorthstarLauncher-2625fff85ff1dcdb7b51c06d9651fc364c24bcb8.zip
Format constructor initializers in a better way
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index ecf9fec8..fb7ca9cf 100644
--- a/.clang-format
+++ b/.clang-format
@@ -35,5 +35,5 @@ IndentExternBlock: Indent
PointerAlignment: Left
SortIncludes: false
NamespaceIndentation: All
-PackConstructorInitializers: NextLine
-BreakConstructorInitializersBeforeComma: true
+PackConstructorInitializers: Never
+BreakConstructorInitializers: BeforeComma