84 строки
2.4 KiB
Plaintext
84 строки
2.4 KiB
Plaintext
|
#BasedOnStyle: Microsoft
|
||
|
Language: Cpp
|
||
|
AccessModifierOffset: -4
|
||
|
AlignAfterOpenBracket: true
|
||
|
AlignConsecutiveAssignments: false
|
||
|
AlignConsecutiveDeclarations: false
|
||
|
AlignEscapedNewlines: DontAlign
|
||
|
AlignOperands: true
|
||
|
AlignTrailingComments: false
|
||
|
#AllowAllConstructorInitializersOnNextLine: false
|
||
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||
|
AllowShortBlocksOnASingleLine: true # Empty
|
||
|
AllowShortCaseLabelsOnASingleLine: false
|
||
|
AllowShortFunctionsOnASingleLine: InlineOnly
|
||
|
AllowShortIfStatementsOnASingleLine: false # Never
|
||
|
#AllowShortLambdasOnASingleLine: Inline
|
||
|
AllowShortLoopsOnASingleLine: false
|
||
|
AlwaysBreakAfterReturnType: None
|
||
|
AlwaysBreakBeforeMultilineStrings: false
|
||
|
AlwaysBreakTemplateDeclarations: Yes
|
||
|
BinPackArguments: false
|
||
|
BinPackParameters: false
|
||
|
BreakBeforeBinaryOperators: None
|
||
|
BreakBeforeBraces: Custom
|
||
|
BraceWrapping:
|
||
|
#AfterCaseLabel: true
|
||
|
AfterClass: true
|
||
|
AfterControlStatement: true
|
||
|
AfterEnum: true
|
||
|
AfterFunction: true
|
||
|
AfterNamespace: true
|
||
|
AfterStruct: true
|
||
|
AfterUnion: true
|
||
|
AfterExternBlock: true
|
||
|
BeforeCatch: true
|
||
|
BeforeElse: true
|
||
|
IndentBraces: false
|
||
|
SplitEmptyFunction: false
|
||
|
SplitEmptyRecord: false
|
||
|
SplitEmptyNamespace: false
|
||
|
BreakBeforeTernaryOperators: true
|
||
|
BreakConstructorInitializers: BeforeComma
|
||
|
BreakInheritanceList: BeforeComma
|
||
|
BreakStringLiterals: false
|
||
|
ColumnLimit: 0
|
||
|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
|
||
|
ConstructorInitializerIndentWidth: 4
|
||
|
ContinuationIndentWidth: 4
|
||
|
Cpp11BracedListStyle: true
|
||
|
DerivePointerAlignment: false
|
||
|
#ExperimentalAutoDetectBinPacking: true
|
||
|
FixNamespaceComments: true
|
||
|
IncludeBlocks: Preserve
|
||
|
IndentCaseLabels: false
|
||
|
#IndentGotoLabels: false
|
||
|
#IndentPPDirectives: false
|
||
|
IndentWidth: 4
|
||
|
IndentWrappedFunctionNames: false
|
||
|
KeepEmptyLinesAtTheStartOfBlocks: false
|
||
|
MaxEmptyLinesToKeep: 2
|
||
|
NamespaceIndentation: All
|
||
|
PointerAlignment: Left
|
||
|
SortIncludes: true
|
||
|
SortUsingDeclarations: true
|
||
|
SpaceAfterCStyleCast: false
|
||
|
#SpaceAfterLogicalNot: false
|
||
|
SpaceAfterTemplateKeyword: false
|
||
|
SpaceBeforeAssignmentOperators: true
|
||
|
SpaceBeforeCpp11BracedList: false
|
||
|
SpaceBeforeCtorInitializerColon: true
|
||
|
SpaceBeforeInheritanceColon: true
|
||
|
SpaceBeforeParens: ControlStatements
|
||
|
SpaceBeforeRangeBasedForLoopColon: true
|
||
|
#SpaceInEmptyBlock: false
|
||
|
SpaceInEmptyParentheses: false
|
||
|
#SpacesBeforeTrailingComments: 2
|
||
|
SpacesInAngles: false
|
||
|
SpacesInCStyleCastParentheses: false
|
||
|
SpacesInParentheses: false
|
||
|
SpacesInSquareBrackets: false
|
||
|
Standard: Cpp11
|
||
|
TabWidth: 4
|
||
|
UseTab: Always
|