diff options
author | Kenny Levinsen <kl@kl.wtf> | 2021-09-21 12:46:52 +0200 |
---|---|---|
committer | Kenny Levinsen <kl@kl.wtf> | 2021-09-21 12:48:24 +0200 |
commit | e2baadc23047edaccc4a7d3d95e6ba8c30f75851 (patch) | |
tree | 9faa269c82396b64f8b72f41a8c6dc14409537a2 /.clang-format | |
parent | db08fb921f8ea13202a487dcea2fdd3914b87dfd (diff) | |
download | seatd-e2baadc23047edaccc4a7d3d95e6ba8c30f75851.tar.xz |
clang-format: Fix alignment
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index c182735..28723ad 100644 --- a/.clang-format +++ b/.clang-format @@ -2,7 +2,7 @@ IndentWidth: 8 TabWidth: 8 ContinuationIndentWidth: 8 -UseTab: Always +UseTab: ForContinuationAndIndentation ColumnLimit: 100 AlignConsecutiveMacros: true |