Collection of DPF-based plugins for packaging
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- # Generated from CLion C/C++ Code Style settings
- BasedOnStyle: LLVM
- AccessModifierOffset: -4
- AlignAfterOpenBracket: Align
- AlignConsecutiveAssignments: None
- AlignOperands: Align
- AllowAllArgumentsOnNextLine: false
- AllowAllConstructorInitializersOnNextLine: false
- AllowAllParametersOfDeclarationOnNextLine: false
- AllowShortBlocksOnASingleLine: Always
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: None
- AllowShortIfStatementsOnASingleLine: Never
- AllowShortLambdasOnASingleLine: All
- AllowShortLoopsOnASingleLine: false
- AlwaysBreakAfterReturnType: None
- AlwaysBreakTemplateDeclarations: Yes
- BreakBeforeBraces: Custom
- BraceWrapping:
- AfterCaseLabel: false
- AfterClass: true
- AfterControlStatement: Always
- AfterEnum: true
- AfterFunction: true
- AfterNamespace: false
- AfterUnion: true
- BeforeCatch: true
- BeforeElse: true
- IndentBraces: false
- SplitEmptyFunction: true
- SplitEmptyRecord: true
- BreakBeforeBinaryOperators: None
- BreakBeforeTernaryOperators: true
- BreakConstructorInitializers: BeforeComma
- BreakInheritanceList: BeforeColon
- ColumnLimit: 0
- CompactNamespaces: false
- ContinuationIndentWidth: 4
- IndentCaseLabels: true
- IndentPPDirectives: None
- IndentWidth: 4
- KeepEmptyLinesAtTheStartOfBlocks: true
- MaxEmptyLinesToKeep: 2
- NamespaceIndentation: None
- ObjCSpaceAfterProperty: false
- ObjCSpaceBeforeProtocolList: true
- PointerAlignment: Left
- ReflowComments: false
- SpaceAfterCStyleCast: true
- SpaceAfterLogicalNot: false
- SpaceAfterTemplateKeyword: false
- SpaceBeforeAssignmentOperators: true
- SpaceBeforeCpp11BracedList: false
- SpaceBeforeCtorInitializerColon: true
- SpaceBeforeInheritanceColon: true
- SpaceBeforeParens: ControlStatements
- SpaceBeforeRangeBasedForLoopColon: true
- SpaceInEmptyParentheses: false
- SpacesBeforeTrailingComments: 0
- SpacesInAngles: false
- SpacesInCStyleCastParentheses: false
- SpacesInContainerLiterals: false
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- TabWidth: 4
- UseTab: Never
|