Skip to content
Snippets Groups Projects
Commit 6e79e0b9 authored by James R.'s avatar James R.
Browse files

clang-format: really avoid return type alone on line

Should fix some instances of very long lines doing the
following:

    void
    fn( ...really long parameter list... )
parent 730ac5e3
No related branches found
No related tags found
No related merge requests found
...@@ -55,3 +55,4 @@ SpacesInConditionalStatement: false ...@@ -55,3 +55,4 @@ SpacesInConditionalStatement: false
SpacesInContainerLiterals: false SpacesInContainerLiterals: false
SpacesInParentheses: false SpacesInParentheses: false
SpacesInSquareBrackets: false SpacesInSquareBrackets: false
PenaltyReturnTypeOnItsOwnLine: 1000
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment