Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- Language: Cpp
- BasedOnStyle: LLVM
- AccessModifierOffset: -4
- AlignConsecutiveAssignments: true
- AlignConsecutiveDeclarations: true
- AlignOperands: false
- AllowShortBlocksOnASingleLine: false
- AllowShortFunctionsOnASingleLine: None
- AllowShortIfStatementsOnASingleLine: false
- AlwaysBreakTemplateDeclarations: Yes
- BinPackArguments: false
- BraceWrapping:
- AfterCaseLabel: true
- AfterClass: true
- AfterControlStatement: true
- AfterEnum: true
- AfterFunction: true
- AfterNamespace: true
- AfterStruct: true
- AfterUnion: true
- AfterExternBlock: true
- BeforeCatch: true
- BeforeElse: true
- BeforeLambdaBody: true
- BeforeWhile: false
- IndentBraces: false
- SplitEmptyFunction: false
- SplitEmptyRecord: false
- SplitEmptyNamespace: false
- BreakBeforeBraces: Custom
- BreakBeforeTernaryOperators: false
- BreakConstructorInitializers: AfterColon
- ColumnLimit: 0
- ConstructorInitializerAllOnOneLineOrOnePerLine: true
- Cpp11BracedListStyle: false
- IncludeCategories:
- - Regex: '^<.*'
- Priority: 1
- - Regex: '^".*'
- Priority: 2
- - Regex: '.*'
- Priority: 3
- IncludeIsMainRegex: '([-_](test|unittest))?$'
- IndentCaseLabels: true
- IndentWidth: 4
- MacroBlockBegin: ''
- MacroBlockEnd: ''
- NamespaceIndentation: All
- SpaceAfterTemplateKeyword: false
- SpaceBeforeInheritanceColon: false
- SpaceBeforeParens: Never
- SpaceInEmptyParentheses: true
- SpacesInAngles: true
- SpacesInConditionalStatement: true
- SpacesInCStyleCastParentheses: true
- SpacesInParentheses: true
- SpacesInSquareBrackets: true
- TabWidth: 4
- UseTab: Always
- ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement