mirror of
git://code.qt.io/qt/qt5.git
synced 2026-05-09 12:37:50 +08:00
_clang-format: indent initializers with four spaces, not eight
Change-Id: I9fc644554bd326a3a54163072b7b9e06253a5ff2 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io> Reviewed-by: Paul Wicking <paul.wicking@qt.io>
This commit is contained in:
@@ -49,8 +49,8 @@ BraceWrapping:
|
|||||||
|
|
||||||
# When constructor initializers do not fit on one line, put them each on a new line.
|
# When constructor initializers do not fit on one line, put them each on a new line.
|
||||||
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
|
||||||
# Indent initializers by 8 spaces
|
# Indent initializers by 4 spaces
|
||||||
ConstructorInitializerIndentWidth: 8
|
ConstructorInitializerIndentWidth: 4
|
||||||
|
|
||||||
# Indent width for line continuations.
|
# Indent width for line continuations.
|
||||||
ContinuationIndentWidth: 8
|
ContinuationIndentWidth: 8
|
||||||
|
|||||||
Reference in New Issue
Block a user