clang-format: set ContinuationIndentWidth to 4

This commit is contained in:
Charles Dang 2020-10-04 20:57:07 +11:00
parent 791021f25e
commit b56ca64e2f

View File

@ -31,7 +31,7 @@ BinPackParameters: false
ColumnLimit: 120
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 8
ContinuationIndentWidth: 4
Cpp11BracedListStyle: true
DerivePointerBinding: false
ExperimentalAutoDetectBinPacking: false