mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-11 08:16:05 -04:00
.clang-format: fix duplicated mapping key
New clang versions throw error like, following commit fixes that ```console .clang-format:26:1: error: duplicated mapping key 'AllowShortIfStatementsOnASingleLine' AllowShortIfStatementsOnASingleLine: false ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` Signed-off-by: flouthoc <flouthoc.git@gmail.com>
This commit is contained in:
parent
c2dd76c6d7
commit
ebc3b5c9f8
@ -23,12 +23,6 @@ AlwaysBreakBeforeMultilineStrings: false
|
|||||||
AlwaysBreakTemplateDeclarations: MultiLine
|
AlwaysBreakTemplateDeclarations: MultiLine
|
||||||
BinPackArguments: true
|
BinPackArguments: true
|
||||||
BinPackParameters: true
|
BinPackParameters: true
|
||||||
AllowShortIfStatementsOnASingleLine: false
|
|
||||||
AllowShortLoopsOnASingleLine: false
|
|
||||||
AllowShortCaseLabelsOnASingleLine: false
|
|
||||||
AllowShortFunctionsOnASingleLine: false
|
|
||||||
AllowShortBlocksOnASingleLine: false
|
|
||||||
BreakBeforeBraces: Allman
|
|
||||||
BraceWrapping:
|
BraceWrapping:
|
||||||
AfterCaseLabel: true
|
AfterCaseLabel: true
|
||||||
AfterClass: true
|
AfterClass: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user