mirror of
https://github.com/libretro/scummvm.git
synced 2024-11-23 01:09:49 +00:00
24 lines
667 B
YAML
24 lines
667 B
YAML
{
|
|
BasedOnStyle: LLVM,
|
|
UseTab: ForContinuationAndIndentation,
|
|
IndentWidth: 4,
|
|
TabWidth: 4,
|
|
BreakBeforeBraces: Attach,
|
|
IndentCaseLabels: false,
|
|
ColumnLimit: 0,
|
|
AccessModifierOffset: -4,
|
|
NamespaceIndentation: None,
|
|
SpaceBeforeParens: ControlStatements,
|
|
PointerAlignment: Right,
|
|
SpaceAfterCStyleCast: false,
|
|
SpaceAfterTemplateKeyword: false,
|
|
SpaceBeforeAssignmentOperators: true,
|
|
SpaceBeforeCtorInitializerColon: true,
|
|
SpaceBeforeInheritanceColon: true,
|
|
SpaceInEmptyParentheses: false,
|
|
SpacesInAngles: false,
|
|
SpacesInParentheses: false,
|
|
SpacesInSquareBrackets: false,
|
|
Standard: c++03,
|
|
}
|