try with ContinuationIndentWidth: 16

presentation
JJones780 7 years ago
parent 215483c662
commit 4e077b5784
  1. 2
      .clang-format

@ -23,7 +23,7 @@ BreakConstructorInitializersBeforeComma: true
ColumnLimit: 120
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 4
ContinuationIndentWidth: 16
DerivePointerAlignment: false # not in 3.4

Loading…
Cancel
Save