aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-02 16:07:39 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-02 16:07:39 +0100
commit5f590a9d99b0958b2a86dba047abc6b066a3b344 (patch)
tree3a0cb9a9c7ac578d53a93815486005414f0f03cb /.clang-format
parent835b6f98384100437ca90797555f5b050a53851a (diff)
downloadlibquotient-5f590a9d99b0958b2a86dba047abc6b066a3b344.tar.gz
libquotient-5f590a9d99b0958b2a86dba047abc6b066a3b344.zip
.clang-format: backport ClangFormat compat fixes
Cherry-picked and squashed from 2fed7f8a and 23cf8bec.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 7cc0f46e..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