2020-05-06 13:48:47 +00:00
|
|
|
{
|
|
|
|
BasedOnStyle: LLVM,
|
2020-05-06 19:30:11 +00:00
|
|
|
UseTab: ForIndentation,
|
2020-05-06 13:48:47 +00:00
|
|
|
IndentWidth: 4,
|
|
|
|
TabWidth: 4,
|
2020-05-06 15:43:54 +00:00
|
|
|
BreakBeforeBraces: Attach,
|
2020-05-06 13:48:47 +00:00
|
|
|
IndentCaseLabels: false,
|
|
|
|
ColumnLimit: 0,
|
|
|
|
AccessModifierOffset: -4,
|
2020-05-06 19:30:11 +00:00
|
|
|
NamespaceIndentation: None,
|
2020-05-06 13:48:47 +00:00
|
|
|
SpaceBeforeParens: ControlStatements,
|
|
|
|
PointerAlignment: Right,
|
|
|
|
SpaceAfterCStyleCast: false,
|
|
|
|
SpaceAfterTemplateKeyword: false,
|
|
|
|
SpaceBeforeAssignmentOperators: true,
|
|
|
|
SpaceBeforeCtorInitializerColon: true,
|
2020-05-10 22:07:12 +00:00
|
|
|
SpaceBeforeInheritanceColon: true,
|
2020-05-06 13:48:47 +00:00
|
|
|
SpaceInEmptyParentheses: false,
|
|
|
|
SpacesInAngles: false,
|
|
|
|
SpacesInParentheses: false,
|
2020-05-06 18:20:49 +00:00
|
|
|
SpacesInSquareBrackets: false,
|
2020-07-14 07:45:29 +00:00
|
|
|
Standard: c++03,
|
2020-05-06 13:48:47 +00:00
|
|
|
}
|