Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # es3n1n's clang-format, last upd 13 aug 2022 23:07:09
- ---
- AlignAfterOpenBracket: Align
- AlignEscapedNewlines: Left
- AlignOperands: Align
- AlignTrailingComments: false
- AllowAllArgumentsOnNextLine: false
- AllowAllParametersOfDeclarationOnNextLine: false
- AllowShortBlocksOnASingleLine: Empty
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortLambdasOnASingleLine: Inline
- AllowShortEnumsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: Empty
- AllowShortIfStatementsOnASingleLine: Never
- AllowShortLoopsOnASingleLine: false
- AlwaysBreakAfterReturnType: None
- AlwaysBreakBeforeMultilineStrings: false
- AlwaysBreakTemplateDeclarations: Yes
- BasedOnStyle: WebKit
- BinPackArguments: true
- BinPackParameters: true
- BitFieldColonSpacing: None
- 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: false
- SplitEmptyRecord: false
- SplitEmptyNamespace: false
- BeforeLambdaBody: false
- BeforeWhile: false
- BreakBeforeBinaryOperators: None
- BreakBeforeBraces: Custom
- BreakBeforeInheritanceComma: false
- BreakInheritanceList: BeforeColon
- BreakBeforeConceptDeclarations: false
- BreakBeforeTernaryOperators: false
- BreakConstructorInitializers: BeforeColon
- BreakAfterJavaFieldAnnotations: false
- BreakStringLiterals: true
- ColumnLimit: 155
- CommentPragmas: true
- CompactNamespaces: false
- ConstructorInitializerAllOnOneLineOrOnePerLine: false
- ConstructorInitializerIndentWidth : 4
- ContinuationIndentWidth: 4
- Cpp11BracedListStyle: true
- DeriveLineEnding: true
- DerivePointerAlignment: false
- EmptyLineBeforeAccessModifier: Never
- ExperimentalAutoDetectBinPacking: false
- FixNamespaceComments: true
- IncludeBlocks: Preserve
- IndentCaseBlocks: false
- IndentCaseLabels: false
- IndentExternBlock: Indent
- IndentGotoLabels: false
- IndentPPDirectives: BeforeHash
- IndentRequires: false
- IndentWrappedFunctionNames: false
- InsertTrailingCommas: None
- Language: Cpp
- NamespaceIndentation: All
- PenaltyBreakAssignment: 2
- PenaltyBreakBeforeFirstCallParameter: 19
- PenaltyBreakComment: 300
- PenaltyBreakFirstLessLess: 120
- PenaltyBreakString: 1000
- PenaltyBreakTemplateDeclaration: 10
- PenaltyExcessCharacter: 1000000
- PenaltyIndentedWhitespace: 0
- PenaltyReturnTypeOnItsOwnLine: 60
- PointerAlignment: Left
- ReflowComments: true
- SortIncludes: true
- SortUsingDeclarations: true
- SpaceAfterCStyleCast: false
- SpaceAfterLogicalNot: false
- SpaceAfterTemplateKeyword: true
- SpaceAroundPointerQualifiers: Default
- SpaceBeforeAssignmentOperators: true
- SpaceBeforeCaseColon: false
- SpaceBeforeCpp11BracedList: false
- SpaceBeforeCtorInitializerColon: false
- SpaceBeforeInheritanceColon: true
- SpaceBeforeParens: ControlStatements
- SpaceBeforeRangeBasedForLoopColon: true
- SpaceBeforeSquareBrackets: false
- SpaceInEmptyBlock: true
- SpaceInEmptyParentheses: false
- SpacesBeforeTrailingComments: 1
- SpacesInAngles: false
- SpacesInContainerLiterals: true
- SpacesInCStyleCastParentheses: false
- SpacesInConditionalStatement: false
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- Standard: Latest
- TabWidth: 8
- UseCRLF: false
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement