diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-11-06 14:08:25 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-11-06 14:08:25 +0100 |
commit | 5f2bc54070b3b56070e308f3336c2113dcb62122 (patch) | |
tree | a556d73ee6498899d78506014b722178765f6cc4 | |
parent | c5b162574d937408927d0ad89fb0c6ba96d49dd8 (diff) | |
download | libquotient-5f2bc54070b3b56070e308f3336c2113dcb62122.tar.gz libquotient-5f2bc54070b3b56070e308f3336c2113dcb62122.zip |
.clang-format: add SpaceInEmptyBlock: false (clang 10)
-rw-r--r-- | .clang-format | 1 |
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 |