diff options
author | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2024-08-25 20:41:14 +0100 |
---|---|---|
committer | ASpoonPlaysGames <66967891+ASpoonPlaysGames@users.noreply.github.com> | 2024-08-25 20:41:14 +0100 |
commit | 2625fff85ff1dcdb7b51c06d9651fc364c24bcb8 (patch) | |
tree | 3fe5ccee7b39f0d1dae5cbdf8160428b0e5077dd | |
parent | 5aae42126a062f1d184aff1c8217ef50259ccc53 (diff) | |
download | NorthstarLauncher-2625fff85ff1dcdb7b51c06d9651fc364c24bcb8.tar.gz NorthstarLauncher-2625fff85ff1dcdb7b51c06d9651fc364c24bcb8.zip |
Format constructor initializers in a better way
-rw-r--r-- | .clang-format | 4 |
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 |