Skip to content

Commit

Permalink
.clang-format: Add BreakConstructorInitializers
Browse files Browse the repository at this point in the history
Break constructor initializers after the colon and commas.
ex)
Constructor() :
    initializer1(),
    initializer2()
  • Loading branch information
junmin-kim committed Sep 10, 2018
1 parent ca4ee24 commit 84f9336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ TabWidth: 4 #[M08]
UseTab: Always #[M08]
PointerAlignment: Right
SortIncludes: false
BreakConstructorInitializers: AfterColon
...

0 comments on commit 84f9336

Please sign in to comment.