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.
		
		
		
		
		
			
		
			
				
					
					
						
							57 lines
						
					
					
						
							1.7 KiB
						
					
					
				
			
		
		
		
			
			
			
		
		
	
	
							57 lines
						
					
					
						
							1.7 KiB
						
					
					
				| # minimum clang-format 10 | |
| BasedOnStyle: LLVM | |
| AccessModifierOffset: -4 | |
| AlignAfterOpenBracket: Align | |
| AlignConsecutiveAssignments: false | |
| AlignConsecutiveDeclarations: true | |
| AlignOperands: true | |
| AlignTrailingComments: true | |
| AllowAllConstructorInitializersOnNextLine: false | |
| AllowAllParametersOfDeclarationOnNextLine: false | |
| AllowShortBlocksOnASingleLine: Never | |
| AllowShortCaseLabelsOnASingleLine: true | |
| AllowShortFunctionsOnASingleLine: InlineOnly | |
| AllowShortIfStatementsOnASingleLine: Never | |
| AllowShortLambdasOnASingleLine: None | |
| AllowShortLoopsOnASingleLine: false | |
| AlwaysBreakAfterReturnType: None | |
| AlwaysBreakBeforeMultilineStrings: false | |
| AlwaysBreakTemplateDeclarations: Yes | |
| BinPackArguments: true | |
| BinPackParameters: true | |
| BreakBeforeBinaryOperators: NonAssignment | |
| BreakBeforeBraces: Allman | |
| BreakBeforeTernaryOperators: true | |
| BreakConstructorInitializers: AfterColon | |
| BreakConstructorInitializersBeforeComma: false | |
| BreakStringLiterals: true | |
| ColumnLimit: 120 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: false | |
| ConstructorInitializerIndentWidth: 8 | |
| ContinuationIndentWidth: 8 | |
| Cpp11BracedListStyle: false | |
| DerivePointerAlignment: false | |
| DisableFormat: false | |
| ForEachMacros: [ BOOST_FOREACH ] | |
| IndentCaseLabels: false | |
| IndentWidth: 4 | |
| IndentWrappedFunctionNames: false | |
| KeepEmptyLinesAtTheStartOfBlocks: false | |
| Language: Cpp | |
| MaxEmptyLinesToKeep: 2 | |
| NamespaceIndentation: Inner | |
| PointerAlignment: Left | |
| ReflowComments: false | |
| SortIncludes: false | |
| SpaceAfterCStyleCast: true | |
| SpaceBeforeAssignmentOperators: true | |
| SpaceBeforeParens: Never | |
| SpaceInEmptyParentheses: false | |
| SpacesBeforeTrailingComments: 1 | |
| SpacesInAngles: false | |
| SpacesInCStyleCastParentheses: false | |
| SpacesInParentheses: true | |
| SpacesInSquareBrackets: false | |
| Standard: c++11 | |
| TabWidth: 4 | |
| UseTab: Never
 |