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.
		
		
		
		
		
			
		
			
				
					
					
						
							47 lines
						
					
					
						
							1.4 KiB
						
					
					
				
			
		
		
	
	
							47 lines
						
					
					
						
							1.4 KiB
						
					
					
				---
 | 
						|
AccessModifierOffset: -1
 | 
						|
AlignEscapedNewlinesLeft: true
 | 
						|
AlignTrailingComments: false
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: true
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
AlwaysBreakBeforeMultilineStrings: true
 | 
						|
AlwaysBreakTemplateDeclarations: true
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
BreakBeforeBinaryOperators: false
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
BreakConstructorInitializersBeforeComma: false
 | 
						|
ColumnLimit:     80
 | 
						|
CommentPragmas:  '^@atd'
 | 
						|
ConstructorInitializerAllOnOneLineOrOnePerLine: true
 | 
						|
ConstructorInitializerIndentWidth: 4
 | 
						|
ContinuationIndentWidth: 4
 | 
						|
Cpp11BracedListStyle: true
 | 
						|
DerivePointerAlignment: false
 | 
						|
ExperimentalAutoDetectBinPacking: true
 | 
						|
IndentCaseLabels: false
 | 
						|
IndentFunctionDeclarationAfterType: false
 | 
						|
IndentWidth:     2
 | 
						|
MaxEmptyLinesToKeep: 1
 | 
						|
NamespaceIndentation: None
 | 
						|
ObjCSpaceBeforeProtocolList: false
 | 
						|
PenaltyBreakBeforeFirstCallParameter: 10
 | 
						|
PenaltyBreakComment: 60
 | 
						|
PenaltyBreakFirstLessLess: 20
 | 
						|
PenaltyBreakString: 1000
 | 
						|
PenaltyExcessCharacter: 1000000
 | 
						|
PenaltyReturnTypeOnItsOwnLine: 200
 | 
						|
PointerAlignment: Right
 | 
						|
SpaceAfterControlStatementKeyword: true
 | 
						|
SpaceBeforeAssignmentOperators: true
 | 
						|
SpaceInEmptyParentheses: false
 | 
						|
SpacesBeforeTrailingComments: 1
 | 
						|
SpacesInAngles: false
 | 
						|
SpacesInCStyleCastParentheses: false
 | 
						|
SpacesInParentheses: false
 | 
						|
Standard:        Cpp11
 | 
						|
TabWidth:        8
 | 
						|
UseTab:          Never
 | 
						|
...
 |