diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-07-10 20:38:57 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-07-11 11:47:07 +0200 |
commit | 982e2665d141a948a30d9092d588b35875fee7d6 (patch) | |
tree | f42a00e737d2daf0488074e70ef89ceee32d4e3e /.clang-format | |
parent | e2ea64c603b1e4b2184e363ee0d0a13fa0e286a0 (diff) | |
download | libquotient-982e2665d141a948a30d9092d588b35875fee7d6.tar.gz libquotient-982e2665d141a948a30d9092d588b35875fee7d6.zip |
Small .clang-format adjustments
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index 4363a7e4..010dc385 100644 --- a/.clang-format +++ b/.clang-format @@ -122,8 +122,8 @@ PenaltyBreakComment: 45 PenaltyBreakString: 200 #PenaltyBreakTemplateDeclaration: 10 PenaltyExcessCharacter: 40 -PenaltyReturnTypeOnItsOwnLine: 150 -PenaltyIndentedWhitespace: 40 +PenaltyReturnTypeOnItsOwnLine: 200 +#PenaltyIndentedWhitespace: 0 #PointerAlignment: Left #PPIndentWidth: -1 #ReferenceAlignment: Pointer # ClangFormat 13 |