aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-01 20:17:33 +0100
committerGitHub <noreply@github.com>2021-01-01 20:17:33 +0100
commit23cf8bec21c8ea31be90822143db82a60b46e7bb (patch)
tree23ceea4a7abe869b13196c8dfc4f24c21e9c7a32
parent2fed7f8aa2f86d80f406d01aafa0826c834d7ad3 (diff)
downloadlibquotient-23cf8bec21c8ea31be90822143db82a60b46e7bb.tar.gz
libquotient-23cf8bec21c8ea31be90822143db82a60b46e7bb.zip
.clang-format: more old ClangFormat compat
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 02feaa84..4df5ae84 100644
--- a/.clang-format
+++ b/.clang-format
@@ -92,7 +92,7 @@ IncludeCategories:
#IncludeIsMainRegex: '(_test)?$'
#IncludeIsMainSourceRegex: ''
#IndentCaseLabels: false
-#IndentGotoLabels: false
+#IndentGotoLabels: false # Uncomment once on ClangFormat 10
IndentPPDirectives: AfterHash
#IndentWidth: 4
#IndentWrappedFunctionNames: false
@@ -122,7 +122,7 @@ SortUsingDeclarations: false
#SpaceBeforeInheritanceColon: true
#SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
-SpaceInEmptyBlock: false
+#SpaceInEmptyBlock: false # Uncomment once on ClangFormat 10
#SpaceInEmptyParentheses: false
#SpacesBeforeTrailingComments: 1
#SpacesInAngles: false