mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-01-18 06:03:42 +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 92148fb77766767fdb6ad6e52747317dae2aae85)
This commit is contained in:
parent
81d3e2abff
commit
4a90c12f4f
@ -46,7 +46,7 @@ ColumnLimit: 109
|
||||
CompactNamespaces: true
|
||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||
ConstructorInitializerIndentWidth: 8
|
||||
ContinuationIndentWidth: 8
|
||||
ContinuationIndentWidth: 16
|
||||
Cpp11BracedListStyle: false
|
||||
ForEachMacros:
|
||||
- BITMAP_FOREACH
|
||||
|
Loading…
x
Reference in New Issue
Block a user