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... )
This commit is contained in:
James R 2023-02-10 07:12:38 -08:00
parent 730ac5e3e9
commit 6e79e0b92e

View file

@ -55,3 +55,4 @@ SpacesInConditionalStatement: false
SpacesInContainerLiterals: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
PenaltyReturnTypeOnItsOwnLine: 1000