Compare commits
	
		
			2 commits
		
	
	
		
			aa8cdfc50e
			...
			6a4ad27796
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
|   | 6a4ad27796 | ||
|   | 3409ae7e6a | 
					 1 changed files with 28 additions and 29 deletions
				
			
		|  | @ -1,6 +1,5 @@ | |||
| --- | ||||
| Language:        Cpp | ||||
| # BasedOnStyle:  LLVM | ||||
| AccessModifierOffset: -2 | ||||
| AlignAfterOpenBracket: Align | ||||
| AlignArrayOfStructures: None | ||||
|  | @ -26,7 +25,7 @@ AlignConsecutiveDeclarations: | |||
|   AlignFunctionPointers: false | ||||
|   PadOperators:    false | ||||
| AlignConsecutiveMacros: | ||||
|   Enabled:         false | ||||
|   Enabled:         true | ||||
|   AcrossEmptyLines: false | ||||
|   AcrossComments:  false | ||||
|   AlignCompound:   false | ||||
|  | @ -53,8 +52,8 @@ AllowShortFunctionsOnASingleLine: All | |||
| AllowShortIfStatementsOnASingleLine: Never | ||||
| AllowShortLambdasOnASingleLine: All | ||||
| AllowShortLoopsOnASingleLine: false | ||||
| AlwaysBreakAfterDefinitionReturnType: None | ||||
| AlwaysBreakAfterReturnType: None | ||||
| AlwaysBreakAfterDefinitionReturnType: All | ||||
| AlwaysBreakAfterReturnType: AllDefinitions | ||||
| AlwaysBreakBeforeMultilineStrings: false | ||||
| AlwaysBreakTemplateDeclarations: MultiLine | ||||
| AttributeMacros: | ||||
|  | @ -63,21 +62,21 @@ BinPackArguments: true | |||
| BinPackParameters: true | ||||
| BitFieldColonSpacing: Both | ||||
| BraceWrapping: | ||||
|   AfterCaseLabel:  false | ||||
|   AfterClass:      false | ||||
|   AfterControlStatement: Never | ||||
|   AfterEnum:       false | ||||
|   AfterExternBlock: false | ||||
|   AfterFunction:   false | ||||
|   AfterNamespace:  false | ||||
|   AfterObjCDeclaration: false | ||||
|   AfterStruct:     false | ||||
|   AfterUnion:      false | ||||
|   BeforeCatch:     false | ||||
|   BeforeElse:      false | ||||
|   AfterCaseLabel:  true | ||||
|   AfterClass:      true | ||||
|   AfterControlStatement: Always | ||||
|   AfterEnum:       true | ||||
|   AfterExternBlock: true | ||||
|   AfterFunction:   true | ||||
|   AfterNamespace:  true | ||||
|   AfterObjCDeclaration: true | ||||
|   AfterStruct:     true | ||||
|   AfterUnion:      true | ||||
|   BeforeCatch:     true | ||||
|   BeforeElse:      true | ||||
|   BeforeLambdaBody: false | ||||
|   BeforeWhile:     false | ||||
|   IndentBraces:    false | ||||
|   BeforeWhile:     true | ||||
|   IndentBraces:    true | ||||
|   SplitEmptyFunction: true | ||||
|   SplitEmptyRecord: true | ||||
|   SplitEmptyNamespace: true | ||||
|  | @ -85,26 +84,26 @@ BreakAdjacentStringLiterals: true | |||
| BreakAfterAttributes: Leave | ||||
| BreakAfterJavaFieldAnnotations: false | ||||
| BreakArrays:     true | ||||
| BreakBeforeBinaryOperators: None | ||||
| BreakBeforeBinaryOperators: All | ||||
| BreakBeforeConceptDeclarations: Always | ||||
| BreakBeforeBraces: Attach | ||||
| BreakBeforeBraces: GNU | ||||
| BreakBeforeInlineASMColon: OnlyMultiline | ||||
| BreakBeforeTernaryOperators: true | ||||
| BreakConstructorInitializers: BeforeColon | ||||
| BreakInheritanceList: BeforeColon | ||||
| BreakStringLiterals: true | ||||
| ColumnLimit:     80 | ||||
| ColumnLimit:     120 | ||||
| CommentPragmas:  '^ IWYU pragma:' | ||||
| CompactNamespaces: false | ||||
| ConstructorInitializerIndentWidth: 4 | ||||
| ContinuationIndentWidth: 4 | ||||
| Cpp11BracedListStyle: true | ||||
| Cpp11BracedListStyle: false | ||||
| DerivePointerAlignment: false | ||||
| DisableFormat:   false | ||||
| EmptyLineAfterAccessModifier: Never | ||||
| EmptyLineBeforeAccessModifier: LogicalBlock | ||||
| ExperimentalAutoDetectBinPacking: false | ||||
| FixNamespaceComments: true | ||||
| FixNamespaceComments: false | ||||
| ForEachMacros: | ||||
|   - foreach | ||||
|   - Q_FOREACH | ||||
|  | @ -186,7 +185,7 @@ RequiresExpressionIndentation: OuterScope | |||
| SeparateDefinitionBlocks: Leave | ||||
| ShortNamespaceLines: 1 | ||||
| SkipMacroDefinitionBody: false | ||||
| SortIncludes:    false | ||||
| SortIncludes: false # Original: CaseInsensitive, breaks build | ||||
| SortJavaStaticImport: Before | ||||
| SortUsingDeclarations: LexicographicNumeric | ||||
| SpaceAfterCStyleCast: false | ||||
|  | @ -199,13 +198,13 @@ SpaceBeforeCpp11BracedList: false | |||
| SpaceBeforeCtorInitializerColon: true | ||||
| SpaceBeforeInheritanceColon: true | ||||
| SpaceBeforeJsonColon: false | ||||
| SpaceBeforeParens: ControlStatements | ||||
| SpaceBeforeParens: Never | ||||
| SpaceBeforeParensOptions: | ||||
|   AfterControlStatements: true | ||||
|   AfterForeachMacros: true | ||||
|   AfterControlStatements: false | ||||
|   AfterForeachMacros: false | ||||
|   AfterFunctionDefinitionName: false | ||||
|   AfterFunctionDeclarationName: false | ||||
|   AfterIfMacros:   true | ||||
|   AfterIfMacros:   false | ||||
|   AfterOverloadedOperator: false | ||||
|   AfterPlacementOperator: true | ||||
|   AfterRequiresInClause: false | ||||
|  | @ -227,7 +226,7 @@ SpacesInParensOptions: | |||
|   InEmptyParentheses: false | ||||
|   Other:           false | ||||
| SpacesInSquareBrackets: false | ||||
| Standard:        Latest | ||||
| Standard:        c++03 | ||||
| StatementAttributeLikeMacros: | ||||
|   - Q_EMIT | ||||
| StatementMacros: | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue