aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-11-06 14:08:25 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-11-06 14:08:25 +0100
commit5f2bc54070b3b56070e308f3336c2113dcb62122 (patch)
treea556d73ee6498899d78506014b722178765f6cc4
parentc5b162574d937408927d0ad89fb0c6ba96d49dd8 (diff)
downloadlibquotient-5f2bc54070b3b56070e308f3336c2113dcb62122.tar.gz
libquotient-5f2bc54070b3b56070e308f3336c2113dcb62122.zip
.clang-format: add SpaceInEmptyBlock: false (clang 10)
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 5d1f6485..9ae1dc05 100644
--- a/.clang-format
+++ b/.clang-format
@@ -116,6 +116,7 @@ SortUsingDeclarations: false
#SpaceBeforeInheritanceColon: true
#SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: false
+SpaceInEmptyBlock: false
#SpaceInEmptyParentheses: false
#SpacesBeforeTrailingComments: 1
#SpacesInAngles: false