diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-09-29 17:52:11 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-09-29 17:52:11 +0900 |
commit | 1e6cbd34eff9817b99e02d2dfee4e0b0c8250794 (patch) | |
tree | d9b453432e248e1911989445db204d1171b55778 /.clang-format | |
parent | be53652eb30edd6e096c172a97609070d1e74746 (diff) | |
download | libquotient-1e6cbd34eff9817b99e02d2dfee4e0b0c8250794.tar.gz libquotient-1e6cbd34eff9817b99e02d2dfee4e0b0c8250794.zip |
.clang-format: don't add a whitespace before a colon in range-for
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index e114580e..1869dfe6 100644 --- a/.clang-format +++ b/.clang-format @@ -115,7 +115,7 @@ SortUsingDeclarations: false #SpaceBeforeCtorInitializerColon: true #SpaceBeforeInheritanceColon: true #SpaceBeforeParens: ControlStatements -#SpaceBeforeRangeBasedForLoopColon: true +SpaceBeforeRangeBasedForLoopColon: false #SpaceInEmptyParentheses: false #SpacesBeforeTrailingComments: 1 #SpacesInAngles: false |