You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- ---
- Language: Cpp
- BasedOnStyle: LLVM
- AccessModifierOffset: -4
- AlignAfterOpenBracket: AlwaysBreak
- AlignConsecutiveAssignments: false
- AlignConsecutiveDeclarations: false
- AlignConsecutiveMacros: Consecutive
- AlignEscapedNewlines: Left
- AlignOperands: AlignAfterOperator
- AlignTrailingComments: true
- AllowAllParametersOfDeclarationOnNextLine: true
- AllowShortBlocksOnASingleLine: false
- AllowShortCaseLabelsOnASingleLine: false
- AllowShortFunctionsOnASingleLine: Inline
- AllowShortIfStatementsOnASingleLine: false
- AllowShortLoopsOnASingleLine: false
- AlwaysBreakAfterDefinitionReturnType: None
- AlwaysBreakAfterReturnType: None
- AlwaysBreakBeforeMultilineStrings: true
- AlwaysBreakTemplateDeclarations: true
- BinPackArguments: true
- BinPackParameters: true
- BraceWrapping:
- AfterClass: false
- AfterControlStatement: false
- AfterEnum: false
- AfterFunction: false
- AfterNamespace: false
- AfterObjCDeclaration: false
- AfterStruct: false
- AfterUnion: false
- BeforeCatch: false
- BeforeElse: false
- IndentBraces: false
- BreakBeforeBinaryOperators: None
- BreakBeforeBraces: Attach
- BreakBeforeTernaryOperators: true
- BreakConstructorInitializersBeforeComma: false
- BreakAfterJavaFieldAnnotations: false
- BreakStringLiterals: true
- ColumnLimit: 88
- CommentPragmas: '^ IWYU pragma:'
- CompactNamespaces: false
- ConstructorInitializerAllOnOneLineOrOnePerLine: true
- ConstructorInitializerIndentWidth: 8
- ContinuationIndentWidth: 8
- Cpp11BracedListStyle: true
- DerivePointerAlignment: false
- DisableFormat: false
- ExperimentalAutoDetectBinPacking: false
- ForEachMacros: [ foreach, Q_FOREACH, BOOST_FOREACH ]
- IncludeCategories:
- - Regex: '^<.*\.h>'
- Priority: 1
- - Regex: '^<.*'
- Priority: 2
- - Regex: '.*'
- Priority: 3
- IncludeIsMainRegex: '([-_](test|unittest))?$'
- IndentCaseLabels: true
- IndentWidth: 4
- IndentWrappedFunctionNames: false
- JavaScriptQuotes: Leave
- JavaScriptWrapImports: true
- KeepEmptyLinesAtTheStartOfBlocks: false
- MacroBlockBegin: ''
- MacroBlockEnd: ''
- MaxEmptyLinesToKeep: 1
- NamespaceIndentation: None
- ObjCBlockIndentWidth: 2
- ObjCSpaceAfterProperty: false
- ObjCSpaceBeforeProtocolList: false
- PenaltyBreakBeforeFirstCallParameter: 1
- PenaltyBreakComment: 3000000
- PenaltyBreakFirstLessLess: 120
- PenaltyBreakString: 1000
- PenaltyExcessCharacter: 1000000
- PenaltyReturnTypeOnItsOwnLine: 2000000
- PointerAlignment: Left
- ReflowComments: true
- SortIncludes: true
- SpaceAfterCStyleCast: false
- SpaceBeforeAssignmentOperators: true
- SpaceBeforeParens: ControlStatements
- SpaceInEmptyParentheses: false
- SpacesBeforeTrailingComments: 2
- SpacesInAngles: false
- SpacesInContainerLiterals: true
- SpacesInCStyleCastParentheses: false
- SpacesInParentheses: false
- SpacesInSquareBrackets: false
- Standard: Latest
- TabWidth: 8
- UseTab: Never
- ...
|