diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-12 18:21:45 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-11-12 18:21:45 +0100 |
commit | 792cc2ac28eabd892cfeae57e6b98d1c20b00f57 (patch) | |
tree | 3fc893250dd7442b49c3c2a4400d316c68399f9a | |
parent | 9bfa2a3363da9b3209dac930f78a46e2e9624b82 (diff) |
pull .clang-format from loek/cleanup
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 3ae6c28..8ce4033 100644 --- a/.clang-format +++ b/.clang-format @@ -23,6 +23,7 @@ ReflowComments: false AlignEscapedNewlines: DontAlign BreakBeforeBinaryOperators: All AlwaysBreakTemplateDeclarations: Yes +PackConstructorInitializers: CurrentLine ... # vim: ft=yaml |