1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2024-10-26 08:55:18 +03:00

clang-format: we actually typically use 16ch continuation indentation

We use 8 for blocks, and 16 for continuation in most cases afaics, hence
say so in .clang-format too

(cherry picked from commit 92148fb777)
This commit is contained in:
Lennart Poettering 2022-02-22 16:51:58 +01:00 committed by Luca Boccassi
parent 81d3e2abff
commit 4a90c12f4f

View File

@ -46,7 +46,7 @@ ColumnLimit: 109
CompactNamespaces: true CompactNamespaces: true
ConstructorInitializerAllOnOneLineOrOnePerLine: true ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 8 ConstructorInitializerIndentWidth: 8
ContinuationIndentWidth: 8 ContinuationIndentWidth: 16
Cpp11BracedListStyle: false Cpp11BracedListStyle: false
ForEachMacros: ForEachMacros:
- BITMAP_FOREACH - BITMAP_FOREACH