mirror of
https://github.com/containers/fuse-overlayfs.git
synced 2025-09-09 07:16:11 -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
|
||||
BinPackArguments: true
|
||||
BinPackParameters: true
|
||||
AllowShortIfStatementsOnASingleLine: false
|
||||
AllowShortLoopsOnASingleLine: false
|
||||
AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AllowShortBlocksOnASingleLine: false
|
||||
BreakBeforeBraces: Allman
|
||||
BraceWrapping:
|
||||
AfterCaseLabel: true
|
||||
AfterClass: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user