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.
		
		
		
		
		
			
		
			
				
					
					
						
							68 lines
						
					
					
						
							2.0 KiB
						
					
					
				
			
		
		
	
	
							68 lines
						
					
					
						
							2.0 KiB
						
					
					
				---
 | 
						|
Language:        Cpp
 | 
						|
# BasedOnStyle:  Google
 | 
						|
AccessModifierOffset: -1
 | 
						|
AlignAfterOpenBracket: true
 | 
						|
AlignConsecutiveAssignments: false
 | 
						|
AlignEscapedNewlinesLeft: true
 | 
						|
AlignOperands:   true
 | 
						|
AlignTrailingComments: true
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: true
 | 
						|
AllowShortBlocksOnASingleLine: false
 | 
						|
AllowShortCaseLabelsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: All
 | 
						|
AllowShortIfStatementsOnASingleLine: true
 | 
						|
AllowShortLoopsOnASingleLine: true
 | 
						|
AlwaysBreakAfterDefinitionReturnType: None
 | 
						|
AlwaysBreakBeforeMultilineStrings: true
 | 
						|
AlwaysBreakTemplateDeclarations: true
 | 
						|
BinPackArguments: true
 | 
						|
BinPackParameters: true
 | 
						|
BreakBeforeBinaryOperators: None
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
BreakBeforeTernaryOperators: true
 | 
						|
BreakConstructorInitializersBeforeComma: false
 | 
						|
ColumnLimit:     80
 | 
						|
CommentPragmas:  '^ IWYU pragma:'
 | 
						|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
 | 
						|
ConstructorInitializerIndentWidth: 4
 | 
						|
ContinuationIndentWidth: 4
 | 
						|
Cpp11BracedListStyle: true
 | 
						|
DerivePointerAlignment: false
 | 
						|
DisableFormat:   false
 | 
						|
ExperimentalAutoDetectBinPacking: false
 | 
						|
ForEachMacros:   [ foreach, Q_FOREACH, BOOST_FOREACH ]
 | 
						|
IndentCaseLabels: true
 | 
						|
IndentWidth:     2
 | 
						|
IndentWrappedFunctionNames: false
 | 
						|
KeepEmptyLinesAtTheStartOfBlocks: false
 | 
						|
MacroBlockBegin: ''
 | 
						|
MacroBlockEnd:   ''
 | 
						|
MaxEmptyLinesToKeep: 1
 | 
						|
NamespaceIndentation: None
 | 
						|
ObjCBlockIndentWidth: 2
 | 
						|
ObjCSpaceAfterProperty: false
 | 
						|
ObjCSpaceBeforeProtocolList: false
 | 
						|
PenaltyBreakBeforeFirstCallParameter: 1
 | 
						|
PenaltyBreakComment: 300
 | 
						|
PenaltyBreakFirstLessLess: 120
 | 
						|
PenaltyBreakString: 1000
 | 
						|
PenaltyExcessCharacter: 1000000
 | 
						|
PenaltyReturnTypeOnItsOwnLine: 200
 | 
						|
PointerAlignment: Left
 | 
						|
SpaceAfterCStyleCast: false
 | 
						|
SpaceBeforeAssignmentOperators: true
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpaceInEmptyParentheses: false
 | 
						|
SpacesBeforeTrailingComments: 2
 | 
						|
SpacesInAngles:  false
 | 
						|
SpacesInContainerLiterals: true
 | 
						|
SpacesInCStyleCastParentheses: false
 | 
						|
SpacesInParentheses: false
 | 
						|
SpacesInSquareBrackets: false
 | 
						|
Standard:        Auto
 | 
						|
TabWidth:        8
 | 
						|
UseTab:          Never
 | 
						|
...
 | 
						|
 |