diff options
author | uniboi <64006268+uniboi@users.noreply.github.com> | 2023-12-07 21:17:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-07 21:17:50 +0100 |
commit | 2a30a0d58e31a6142a6077e7bd9da85d53e7a329 (patch) | |
tree | 09c37d24991ba4a4b5dee9510a0e19350b4b4964 /.github | |
parent | ad1b6ae61b4f1d9728fc088106ae508b2a23245f (diff) | |
download | NorthstarLauncher-2a30a0d58e31a6142a6077e7bd9da85d53e7a329.tar.gz NorthstarLauncher-2a30a0d58e31a6142a6077e7bd9da85d53e7a329.zip |
Add clang-format config to pack constructor initializers (#608)
The setting will set each initializer in a new line if all of them don't fit in one line
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b4008843..e4aa37aa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,5 +46,5 @@ jobs: source: 'NorthstarDLL NorthstarLauncher' exclude: 'NorthstarDLL/include loader_launcher_proxy loader_wsock32_proxy' extensions: 'h,cpp' - clangFormatVersion: 13 + clangFormatVersion: 16 style: file |