aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-09-29 17:52:11 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-09-29 17:52:11 +0900
commit1e6cbd34eff9817b99e02d2dfee4e0b0c8250794 (patch)
treed9b453432e248e1911989445db204d1171b55778 /.clang-format
parentbe53652eb30edd6e096c172a97609070d1e74746 (diff)
downloadlibquotient-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-format2
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