mirror of
https://github.com/SMGCommunity/Petari.git
synced 2025-02-23 07:31:32 +00:00
36 lines
996 B
YAML
36 lines
996 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
AccessModifierOffset: '-4'
|
|
AlignAfterOpenBracket: Align
|
|
AlignTrailingComments: 'true'
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: 'Yes'
|
|
BreakBeforeBinaryOperators: None
|
|
BreakBeforeBraces: Stroustrup
|
|
ColumnLimit: '300'
|
|
CommentPragmas: '^ (IWYU pragma:|NOLINT)'
|
|
ConstructorInitializerIndentWidth: '4'
|
|
ContinuationIndentWidth: '4'
|
|
IndentWidth: '4'
|
|
InsertBraces: 'true'
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: '1'
|
|
NamespaceIndentation: All
|
|
ObjCBlockIndentWidth: '4'
|
|
PenaltyBreakBeforeFirstCallParameter: '19'
|
|
PenaltyBreakComment: '300'
|
|
PenaltyBreakFirstLessLess: '120'
|
|
PenaltyBreakString: '1000'
|
|
PenaltyExcessCharacter: '1000000'
|
|
PenaltyReturnTypeOnItsOwnLine: '60'
|
|
PointerAlignment: Right
|
|
ReflowComments: 'true'
|
|
SortIncludes: 'true'
|
|
SpaceBeforeParens: ControlStatements
|
|
SpacesBeforeTrailingComments: '4'
|
|
TabWidth: '4'
|
|
UseTab: Never
|