mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-01 02:22:39 +00:00
154 lines
3.9 KiB
YAML
154 lines
3.9 KiB
YAML
#
|
|
# License: Zlib
|
|
# see https://gitlab.com/cam900/vgsound_emu/-/blob/main/LICENSE for more details
|
|
#
|
|
# Copyright holder(s): cam900
|
|
# Clang Format setting for vgsound_emu
|
|
#
|
|
---
|
|
BasedOnStyle: Microsoft
|
|
UseCRLF: true
|
|
IndentWidth: 4
|
|
ColumnLimit: 0
|
|
---
|
|
Language: Proto
|
|
DisableFormat: true
|
|
---
|
|
Language: TableGen
|
|
DisableFormat: true
|
|
---
|
|
Language: TextProto
|
|
DisableFormat: true
|
|
---
|
|
Language: Cpp
|
|
TabWidth: 4
|
|
UseTab: Always
|
|
AccessModifierOffset: 4
|
|
ColumnLimit: 100
|
|
AlignAfterOpenBracket: Align
|
|
AlignArrayOfStructures: Right
|
|
AlignConsecutiveAssignments:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: false
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
AlignConsecutiveMacros:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: false
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
AlignConsecutiveBitFields:
|
|
Enabled: true
|
|
AcrossEmptyLines: true
|
|
AcrossComments: false
|
|
AlignCompound: true
|
|
PadOperators: true
|
|
AlignEscapedNewlines: Right
|
|
AlignOperands: AlignAfterOperator
|
|
AlignTrailingComments: true
|
|
AllowAllArgumentsOnNextLine: false
|
|
AllowAllParametersOfDeclarationOnNextLine: false
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: true
|
|
AllowShortEnumsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: All
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortLambdasOnASingleLine: Inline
|
|
AllowShortLoopsOnASingleLine: false
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakBeforeMultilineStrings: true
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BinPackArguments: false
|
|
BinPackParameters: false
|
|
BitFieldColonSpacing: Both
|
|
BreakBeforeBraces: Allman
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeConceptDeclarations: Always
|
|
BreakBeforeTernaryOperators: true
|
|
BreakConstructorInitializers: BeforeComma
|
|
BreakInheritanceList: BeforeComma
|
|
BreakStringLiterals: false
|
|
CompactNamespaces: true
|
|
ConstructorInitializerIndentWidth: 4
|
|
ContinuationIndentWidth: 2
|
|
Cpp11BracedListStyle: true
|
|
DeriveLineEnding: true
|
|
DerivePointerAlignment: true
|
|
EmptyLineAfterAccessModifier: Leave
|
|
EmptyLineBeforeAccessModifier: Always
|
|
FixNamespaceComments: true
|
|
IncludeBlocks: Regroup
|
|
IndentAccessModifiers: true
|
|
IndentCaseBlocks: true
|
|
IndentCaseLabels: true
|
|
IndentGotoLabels: true
|
|
IndentPPDirectives: AfterHash
|
|
IndentRequiresClause: true
|
|
IndentRequires: true
|
|
IndentWrappedFunctionNames: false
|
|
InsertBraces: true
|
|
KeepEmptyLinesAtTheStartOfBlocks: true
|
|
LambdaBodyIndentation: Signature
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: All
|
|
PPIndentWidth: 1
|
|
PackConstructorInitializers: Never
|
|
PointerAlignment: Right
|
|
RawStringFormats:
|
|
- Language: Cpp
|
|
Delimiters:
|
|
- cc
|
|
- CC
|
|
- cpp
|
|
- Cpp
|
|
- CPP
|
|
- 'c++'
|
|
- 'C++'
|
|
CanonicalDelimiter: ''
|
|
BasedOnStyle: Microsoft
|
|
ReferenceAlignment: Pointer
|
|
ReflowComments: true
|
|
RemoveBracesLLVM: false
|
|
RequiresClausePosition: OwnLine
|
|
SeparateDefinitionBlocks: Always
|
|
ShortNamespaceLines: 0
|
|
SortIncludes: CaseSensitive
|
|
SortUsingDeclarations: true
|
|
SpaceAfterCStyleCast: false
|
|
SpaceAfterLogicalNot: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceAroundPointerQualifiers: After
|
|
SpaceBeforeAssignmentOperators: true
|
|
SpaceBeforeCaseColon: false
|
|
SpaceBeforeCpp11BracedList: false
|
|
SpaceBeforeCtorInitializerColon: true
|
|
SpaceBeforeInheritanceColon: true
|
|
SpaceBeforeParens: Custom
|
|
SpaceBeforeParensOptions:
|
|
AfterControlStatements: true
|
|
AfterForeachMacros: false
|
|
AfterFunctionDeclarationName: false
|
|
AfterFunctionDefinitionName: false
|
|
AfterIfMacros: true
|
|
AfterOverloadedOperator: false
|
|
AfterRequiresInClause: false
|
|
AfterRequiresInExpression: false
|
|
BeforeNonEmptyParentheses: false
|
|
SpaceBeforeRangeBasedForLoopColon: true
|
|
SpaceBeforeSquareBrackets: false
|
|
SpaceInEmptyBlock: false
|
|
SpaceInEmptyParentheses: false
|
|
SpacesBeforeTrailingComments: 2
|
|
SpacesInAngles: Never
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInConditionalStatement: false
|
|
SpacesInContainerLiterals: false
|
|
SpacesInLineCommentPrefix:
|
|
Minimum: 1
|
|
Maximum: -1
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
Standard: Auto
|
|
StatementAttributeLikeMacros: []
|