mirror of https://github.com/mgba-emu/mgba.git
35 lines
988 B
Plaintext
35 lines
988 B
Plaintext
|
Language: Cpp
|
||
|
BasedOnStyle: WebKit
|
||
|
AccessModifierOffset: -4
|
||
|
AlignAfterOpenBracket: true
|
||
|
AlignEscapedNewlinesLeft: true
|
||
|
AlignOperands: false
|
||
|
AlignTrailingComments: false
|
||
|
AllowShortBlocksOnASingleLine: false
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: Inline
|
||
|
AllowShortIfStatementsOnASingleLine: false
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakTemplateDeclarations: true
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Attach
|
||
|
BreakBeforeTernaryOperators: false
|
||
|
BreakConstructorInitializersBeforeComma: true
|
||
|
ColumnLimit: 120
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
IndentCaseLabels: false
|
||
|
IndentWidth: 4
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
MaxEmptyLinesToKeep: 1
|
||
|
NamespaceIndentation: None
|
||
|
PointerAlignment: Left
|
||
|
SpaceAfterCStyleCast: true
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpacesInContainerLiterals: true
|
||
|
SpaceInEmptyParentheses: false
|
||
|
SpacesInAngles: false
|
||
|
Standard: Cpp11
|
||
|
TabWidth: 4
|
||
|
UseTab: ForIndentation
|