aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2021-01-01 18:51:21 +0100
committerGitHub <noreply@github.com>2021-01-01 18:51:21 +0100
commit2fed7f8aa2f86d80f406d01aafa0826c834d7ad3 (patch)
tree26fc70141e7412d638d124598604a5a1548c1c9b /.clang-format
parent68eabcc5e33f4f29f3fb2e57e3f1adbaf719661d (diff)
downloadlibquotient-2fed7f8aa2f86d80f406d01aafa0826c834d7ad3.tar.gz
libquotient-2fed7f8aa2f86d80f406d01aafa0826c834d7ad3.zip
.clang-format: ensure older ClangFormat compatibility
IndentGotoLabels is a ClangFormat 10 thing
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 7cc0f46e..02feaa84 100644
--- a/.clang-format
+++ b/.clang-format
@@ -92,7 +92,7 @@ IncludeCategories:
#IncludeIsMainRegex: '(_test)?$'
#IncludeIsMainSourceRegex: ''
#IndentCaseLabels: false
-IndentGotoLabels: false
+#IndentGotoLabels: false
IndentPPDirectives: AfterHash
#IndentWidth: 4
#IndentWrappedFunctionNames: false