Created
June 25, 2025 11:47
-
-
Save untodesu/2a4543d431329190765674b4132c8d46 to your computer and use it in GitHub Desktop.
RUS-DMIS clang-format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
AccessModifierOffset: -4 | |
AlignAfterOpenBracket: DontAlign | |
AlignConsecutiveAssignments: None | |
AlignConsecutiveBitFields: None | |
AlignConsecutiveDeclarations: None | |
AlignConsecutiveMacros: Consecutive | |
AlignEscapedNewlines: Left | |
AlignOperands: Align | |
AlignTrailingComments: | |
Kind: Always | |
OverEmptyLines: 0 | |
AllowAllArgumentsOnNextLine: true | |
AllowAllConstructorInitializersOnNextLine: false | |
AllowAllParametersOfDeclarationOnNextLine: false | |
AllowShortBlocksOnASingleLine: Never | |
AllowShortCaseLabelsOnASingleLine: false | |
AllowShortLambdasOnASingleLine: false | |
AllowShortEnumsOnASingleLine: false | |
AllowShortFunctionsOnASingleLine: None | |
AllowShortIfStatementsOnASingleLine: Never | |
AllowShortLoopsOnASingleLine: false | |
AlwaysBreakAfterDefinitionReturnType: None | |
AlwaysBreakAfterReturnType: None | |
AlwaysBreakBeforeMultilineStrings: false | |
AlwaysBreakTemplateDeclarations: Yes | |
BinPackArguments: true | |
BinPackParameters: true | |
BraceWrapping: | |
AfterCaseLabel: false | |
AfterClass: false | |
AfterControlStatement: false | |
AfterEnum: false | |
AfterFunction: false | |
AfterNamespace: false | |
AfterObjCDeclaration: false | |
AfterStruct: false | |
AfterUnion: false | |
AfterExternBlock: false | |
BeforeCatch: false | |
BeforeElse: false | |
IndentBraces: false | |
SplitEmptyFunction: true | |
SplitEmptyRecord: true | |
SplitEmptyNamespace: true | |
BeforeLambdaBody: false | |
BeforeWhile: false | |
BreakBeforeBinaryOperators: NonAssignment | |
BreakBeforeBraces: Custom | |
BreakBeforeInheritanceComma: false | |
BreakInheritanceList: BeforeColon | |
BreakBeforeConceptDeclarations: false | |
BreakBeforeTernaryOperators: true | |
BreakConstructorInitializers: BeforeColon | |
ColumnLimit: 140 | |
CompactNamespaces: false | |
ConstructorInitializerAllOnOneLineOrOnePerLine: false | |
ConstructorInitializerIndentWidth : 8 | |
ContinuationIndentWidth: 8 | |
Cpp11BracedListStyle: false | |
DeriveLineEnding: false | |
DerivePointerAlignment: false | |
EmptyLineBeforeAccessModifier: LogicalBlock | |
FixNamespaceComments: true | |
ShortNamespaceLines: 0 | |
IndentCaseBlocks: true | |
IndentCaseLabels: true | |
IndentGotoLabels: true | |
IndentPPDirectives: None | |
IndentRequires: false | |
IndentWidth: 4 | |
IndentWrappedFunctionNames: false | |
KeepEmptyLinesAtTheStartOfBlocks: false | |
Language: Cpp | |
LineEnding: CRLF | |
MaxEmptyLinesToKeep: 1 | |
NamespaceIndentation: None | |
PointerAlignment: Left | |
ReflowComments: true | |
SortIncludes: true | |
SortUsingDeclarations: true | |
SpaceAfterCStyleCast: false | |
SpaceAfterLogicalNot: false | |
SpaceAfterTemplateKeyword: false | |
SpaceAroundPointerQualifiers: Before | |
SpaceBeforeAssignmentOperators: true | |
SpaceBeforeCaseColon: false | |
SpaceBeforeCpp11BracedList: true | |
SpaceBeforeCtorInitializerColon: true | |
SpaceBeforeInheritanceColon: true | |
SpaceBeforeParens: Never | |
SpaceBeforeRangeBasedForLoopColon: true | |
SpaceBeforeSquareBrackets: false | |
SpaceInEmptyBlock: false | |
SpaceInEmptyParentheses: false | |
SpacesInAngles: false | |
SpacesInCStyleCastParentheses: false | |
SpacesInConditionalStatement: false | |
SpacesInParentheses: false | |
SpacesInSquareBrackets: false | |
Standard: c++20 | |
UseCRLF: true | |
UseTab: Never | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment