]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
clang-format: we actually typically use 16ch continuation indentation
authorLennart Poettering <lennart@poettering.net>
Tue, 22 Feb 2022 15:51:58 +0000 (16:51 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 22 Feb 2022 16:32:50 +0000 (17:32 +0100)
We use 8 for blocks, and 16 for continuation in most cases afaics, hence
say so in .clang-format too

.clang-format

index 8d50be42e79ceef6297d6155b5e82a57e0e78e7b..6aa4e6a451f64bd053e0861ba633a550e1993f06 100644 (file)
@@ -46,7 +46,7 @@ ColumnLimit:     109
 CompactNamespaces: true
 ConstructorInitializerAllOnOneLineOrOnePerLine: true
 ConstructorInitializerIndentWidth: 8
-ContinuationIndentWidth: 8
+ContinuationIndentWidth: 16
 Cpp11BracedListStyle: false
 ForEachMacros:
   - BITMAP_FOREACH