mirror of
https://github.com/BeamMP/BeamMP-Launcher.git
synced 2025-08-17 00:35:55 +00:00
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
---
|
|
BasedOnStyle: Google
|
|
AccessModifierOffset: 0
|
|
AlignConsecutiveAssignments: Consecutive
|
|
AlignEscapedNewlines: Right
|
|
AlignTrailingComments: true
|
|
AllowShortBlocksOnASingleLine: Empty
|
|
AllowShortCaseLabelsOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: AllIfsAndElse
|
|
AllowShortLoopsOnASingleLine: true
|
|
AlwaysBreakAfterReturnType: None
|
|
AlwaysBreakTemplateDeclarations: Yes
|
|
BreakBeforeInheritanceComma: false
|
|
BreakConstructorInitializers: AfterColon
|
|
Cpp11BracedListStyle: true
|
|
DerivePointerAlignment: false
|
|
FixNamespaceComments: false
|
|
IncludeBlocks: Preserve
|
|
IndentCaseLabels: true
|
|
IndentWidth: 3
|
|
IndentAccessModifiers: false
|
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
|
Language: Cpp
|
|
MaxEmptyLinesToKeep: 1
|
|
NamespaceIndentation: All
|
|
PointerAlignment: Left
|
|
ReflowComments: true
|
|
SpaceAfterCStyleCast: false
|
|
SpaceAfterTemplateKeyword: false
|
|
SpaceBeforeAssignmentOperators: true
|
|
SpaceBeforeParens: ControlStatements
|
|
SpaceInEmptyParentheses: false
|
|
SpacesInAngles: Never
|
|
SpacesInCStyleCastParentheses: false
|
|
SpacesInContainerLiterals: true
|
|
SpacesInParentheses: false
|
|
SpacesInSquareBrackets: false
|
|
Standard: Latest
|
|
TabWidth: 2
|
|
UseTab: Never
|
|
ColumnLimit: 0
|