mirror of
https://git.suyu.dev/suyu/dynarmic
synced 2024-11-21 06:25:57 -07:00
misc: Remove duplicate configuration options from .clang-format file.
This commit is contained in:
parent
8ef0f2b54f
commit
3fc44ea16e
1 changed files with 0 additions and 3 deletions
|
@ -6,7 +6,6 @@ AlignConsecutiveMacros: None
|
|||
AlignConsecutiveAssignments: None
|
||||
AlignConsecutiveBitFields: None
|
||||
AlignConsecutiveDeclarations: None
|
||||
AlignConsecutiveMacros: None
|
||||
AlignEscapedNewlines: Right
|
||||
AlignOperands: AlignAfterOperator
|
||||
AlignTrailingComments: true
|
||||
|
@ -182,7 +181,6 @@ SpaceBeforeCpp11BracedList: false
|
|||
SpaceBeforeCtorInitializerColon: true
|
||||
SpaceBeforeInheritanceColon: true
|
||||
SpaceBeforeParens: ControlStatements
|
||||
SpaceAroundPointerQualifiers: Default
|
||||
SpaceBeforeRangeBasedForLoopColon: true
|
||||
SpaceBeforeSquareBrackets: false
|
||||
SpaceInEmptyBlock: false
|
||||
|
@ -191,7 +189,6 @@ SpacesBeforeTrailingComments: 2
|
|||
SpacesInAngles: false
|
||||
SpacesInConditionalStatement: false
|
||||
SpacesInCStyleCastParentheses: false
|
||||
SpacesInConditionalStatement: false
|
||||
SpacesInContainerLiterals: false
|
||||
# SpacesInLineCommentPrefix: -1
|
||||
SpacesInParentheses: false
|
||||
|
|
Loading…
Reference in a new issue