Skip to content
Snippets Groups Projects
Commit 7f0d419d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

add AllowAllArgumentsOnNextLine: true

parent 031d2991
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,7 @@ AlignEscapedNewlines: Right ...@@ -8,6 +8,7 @@ AlignEscapedNewlines: Right
AlignOperands: true AlignOperands: true
AlignTrailingComments: false AlignTrailingComments: false
AllowAllParametersOfDeclarationOnNextLine: true AllowAllParametersOfDeclarationOnNextLine: true
AllowAllArgumentsOnNextLine: true
AllowShortBlocksOnASingleLine: true AllowShortBlocksOnASingleLine: true
AllowShortCaseLabelsOnASingleLine: true AllowShortCaseLabelsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All AllowShortFunctionsOnASingleLine: All
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment