Fix duplicate clang-format directive
Otherwise: /Users/agoode/multiversal/.clang-format:91:1: error: duplicated mapping key 'SpaceBeforeParens' SpaceBeforeParens: Never ^~~~~~~~~~~~~~~~~ Error reading /Users/agoode/multiversal/.clang-format: Invalid argument /tmp/multiversal/CIncludes/Multiverse.h
This commit is contained in:
parent
27c08c654b
commit
84ce778ac2
1 changed files with 0 additions and 1 deletions
|
|
@ -88,7 +88,6 @@ PenaltyReturnTypeOnItsOwnLine: 60
|
||||||
SpaceAfterCStyleCast: false
|
SpaceAfterCStyleCast: false
|
||||||
SpaceBeforeAssignmentOperators: true
|
SpaceBeforeAssignmentOperators: true
|
||||||
SpaceInEmptyParentheses: false
|
SpaceInEmptyParentheses: false
|
||||||
SpaceBeforeParens: Never
|
|
||||||
SpacesBeforeTrailingComments: 1
|
SpacesBeforeTrailingComments: 1
|
||||||
SpacesInAngles: false
|
SpacesInAngles: false
|
||||||
SpacesInContainerLiterals: true
|
SpacesInContainerLiterals: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue