Skip to content
Snippets Groups Projects
Verified Commit 529ec503 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

clang-format configuration: set “PackConstructorInitializers: NextLine”

parent 6ed53ae0
Branches
No related tags found
No related merge requests found
...@@ -11,6 +11,7 @@ BreakInheritanceList: AfterColon ...@@ -11,6 +11,7 @@ BreakInheritanceList: AfterColon
Cpp11BracedListStyle: true Cpp11BracedListStyle: true
DeriveLineEnding: false DeriveLineEnding: false
IndentPPDirectives: AfterHash IndentPPDirectives: AfterHash
PackConstructorInitializers: NextLine
PPIndentWidth: 1 PPIndentWidth: 1
PointerAlignment: Left PointerAlignment: Left
SpaceAfterTemplateKeyword: false SpaceAfterTemplateKeyword: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment