Skip to content

Commit

Permalink
other: update ctor rule in clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
rmaxi-me committed Sep 11, 2022
1 parent b614849 commit 7454402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ BreakConstructorInitializers: BeforeColon
BreakInheritanceList: BeforeColon
ColumnLimit: 120
CompactNamespaces: false
ConstructorInitializerAllOnOneLineOrOnePerLine: false
ConstructorInitializerAllOnOneLineOrOnePerLine: true
ConstructorInitializerIndentWidth: 4
ContinuationIndentWidth: 2
Cpp11BracedListStyle: true
Expand Down

0 comments on commit 7454402

Please sign in to comment.