diff options
author | Unique-Usman <usmanakinyemi202@gmail.com> | 2024-03-06 14:30:36 +0100 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-03-06 15:24:23 +0100 |
commit | c74231727470bdb90d8aca4060643934622beb8b (patch) | |
tree | a57fc31f5bf871be02553b26375917d7be2ba7a0 /.clang-format | |
parent | Merge pull request #31580 from poettering/resolved-naptr (diff) | |
download | systemd-c74231727470bdb90d8aca4060643934622beb8b.tar.xz systemd-c74231727470bdb90d8aca4060643934622beb8b.zip |
Improve the formatting by adding AlignArrayOfStructures and setting it to Right(right justify)
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index fe360a648b..5377abc23e 100644 --- a/.clang-format +++ b/.clang-format @@ -26,6 +26,7 @@ --- AccessModifierOffset: -4 AlignAfterOpenBracket: AlwaysBreak +AlignArrayOfStructures: Right AlignEscapedNewlines: Left AlignOperands: false AllowShortFunctionsOnASingleLine: None |