Skip to content

Commit d59808c

Browse files
authored
clang-format: indent continued lines (KhronosGroup#739)
This addresses comments from recent PR reviews. Signed-off-by: Kevin Petit <[email protected]>
1 parent 2ac3c2c commit d59808c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ CommentPragmas: '^ IWYU pragma:'
5353
CompactNamespaces: false
5454
ConstructorInitializerAllOnOneLineOrOnePerLine: false
5555
ConstructorInitializerIndentWidth: 4
56-
ContinuationIndentWidth: 0
56+
ContinuationIndentWidth: 4
5757
Cpp11BracedListStyle: false
5858
DerivePointerAlignment: true
5959
DisableFormat: false

0 commit comments

Comments
 (0)