diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 15:43:42 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-26 15:43:42 +0200 |
commit | c77d271d9cb86bf6893098ec6c431fc87945e6c9 (patch) | |
tree | 86aa5e470a6c430a3d08f488cd4bacf2036997c4 | |
parent | 8026f5ea83190fb3fde81525fe0f5878e213ac1c (diff) |
tweak clang-format
-rw-r--r-- | .clang-format | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 064fa96..5d233eb 100644 --- a/.clang-format +++ b/.clang-format @@ -18,8 +18,10 @@ SpaceAfterCStyleCast: true AlignConsecutiveAssignments: Enabled: false AlignTrailingComments: - Kind: Leave + Kind: Never ReflowComments: false +AlignEscapedNewlines: DontAlign +BreakBeforeBinaryOperators: All ... # vim: ft=yaml |