aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack <66967891+ASpoonPlaysGames@users.noreply.github.com>2024-08-26 14:13:36 +0100
committerGitHub <noreply@github.com>2024-08-26 15:13:36 +0200
commitf6915dc331685574289e7b45e5d2d36b530f50f3 (patch)
treec7b1aedd9c3cedfb72ef80f8b1ea620c4354f598
parent3e2d4035ada7a91e0ecffd0fde050cf47fce0427 (diff)
downloadNorthstarLauncher-f6915dc331685574289e7b45e5d2d36b530f50f3.tar.gz
NorthstarLauncher-f6915dc331685574289e7b45e5d2d36b530f50f3.zip
Format constructor initializers in a better way (#775)
-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