2022-03-26 01:01:08 +01:00
|
|
|
Language: Cpp
|
2022-04-13 19:29:22 -03:00
|
|
|
Standard: Cpp11
|
2022-03-26 01:01:08 +01:00
|
|
|
IndentWidth: 4
|
|
|
|
|
TabWidth: 4
|
|
|
|
|
UseCRLF: false
|
2023-12-20 14:01:01 +00:00
|
|
|
AccessModifierOffset: -4
|
2022-04-13 19:29:22 -03:00
|
|
|
AlignTrailingComments: false
|
|
|
|
|
AllowAllConstructorInitializersOnNextLine: false
|
|
|
|
|
AllowAllParametersOfDeclarationOnNextLine: true
|
2024-08-23 22:22:31 +01:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2022-04-13 19:29:22 -03:00
|
|
|
AlwaysBreakAfterDefinitionReturnType: None
|
|
|
|
|
AlwaysBreakAfterReturnType: None
|
|
|
|
|
AlwaysBreakTemplateDeclarations: No
|
|
|
|
|
BinPackArguments: false
|
|
|
|
|
BinPackParameters: false
|
|
|
|
|
ExperimentalAutoDetectBinPacking: false
|
|
|
|
|
IndentCaseLabels: false
|
|
|
|
|
ObjCBinPackProtocolList: Auto
|
2022-03-26 01:01:08 +01:00
|
|
|
SpacesInSquareBrackets: false
|
|
|
|
|
SpacesInParentheses: false
|
2022-04-13 19:29:22 -03:00
|
|
|
SpaceAfterCStyleCast: false
|
|
|
|
|
SpaceInEmptyParentheses: false
|
|
|
|
|
SpaceAfterLogicalNot: false
|
|
|
|
|
SpaceBeforeAssignmentOperators: true
|
|
|
|
|
SpaceBeforeCpp11BracedList: true
|
|
|
|
|
SpaceBeforeCtorInitializerColon: true
|
|
|
|
|
SpaceBeforeInheritanceColon: true
|
|
|
|
|
SpaceBeforeParens: ControlStatements
|
|
|
|
|
SpaceBeforeRangeBasedForLoopColon: true
|
2022-03-26 01:01:08 +01:00
|
|
|
UseTab: Always
|
|
|
|
|
ColumnLimit: 140
|
|
|
|
|
BreakBeforeBraces: Allman
|
|
|
|
|
AlignAfterOpenBracket: AlwaysBreak
|
|
|
|
|
IndentExternBlock: Indent
|
|
|
|
|
PointerAlignment: Left
|
2022-04-13 19:29:22 -03:00
|
|
|
SortIncludes: false
|
|
|
|
|
NamespaceIndentation: All
|
2024-08-26 14:13:36 +01:00
|
|
|
PackConstructorInitializers: Never
|
|
|
|
|
BreakConstructorInitializers: BeforeComma
|