80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			80 lines
		
	
	
		
			2.2 KiB
		
	
	
	
		
			YAML
		
	
	
	
| ---
 | |
| AccessModifierOffset: -8
 | |
| AlignAfterOpenBracket: Align
 | |
| AlignConsecutiveAssignments: false
 | |
| AlignConsecutiveDeclarations: false
 | |
| AlignOperands: true
 | |
| AlignTrailingComments: false
 | |
| AllowAllParametersOfDeclarationOnNextLine: false
 | |
| AllowShortBlocksOnASingleLine: false
 | |
| AllowShortCaseLabelsOnASingleLine: false
 | |
| AllowShortFunctionsOnASingleLine: InlineOnly
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| AllowShortLambdasOnASingleLine: All
 | |
| AllowShortLoopsOnASingleLine: false
 | |
| AlwaysBreakAfterDefinitionReturnType: None
 | |
| AlwaysBreakAfterReturnType: None
 | |
| AlwaysBreakBeforeMultilineStrings: false
 | |
| BinPackArguments: true
 | |
| BinPackParameters: true
 | |
| BraceWrapping:
 | |
|   AfterClass: true
 | |
|   AfterControlStatement: false
 | |
|   AfterEnum: false
 | |
|   AfterFunction: true
 | |
|   AfterNamespace: true
 | |
|   AfterStruct: false
 | |
|   AfterUnion: false
 | |
|   BeforeCatch: false
 | |
|   BeforeElse: false
 | |
|   IndentBraces: false
 | |
| BreakAfterJavaFieldAnnotations: false
 | |
| BreakBeforeBinaryOperators: None
 | |
| BreakBeforeBraces: Custom
 | |
| BreakBeforeTernaryOperators: true
 | |
| BreakStringLiterals: false
 | |
| ColumnLimit: 0
 | |
| CommentPragmas: '^ IWYU pragma:'
 | |
| ConstructorInitializerAllOnOneLineOrOnePerLine: false
 | |
| ConstructorInitializerIndentWidth: 8
 | |
| ContinuationIndentWidth: 8
 | |
| Cpp11BracedListStyle: false
 | |
| DerivePointerAlignment: false
 | |
| DisableFormat: false
 | |
| ExperimentalAutoDetectBinPacking: false
 | |
| IncludeCategories:
 | |
|   - Regex: '.*'
 | |
|     Priority: 1
 | |
| IncludeIsMainRegex: '(_test)?$'
 | |
| IndentCaseLabels: false
 | |
| IndentWidth: 8
 | |
| IndentWrappedFunctionNames: false
 | |
| KeepEmptyLinesAtTheStartOfBlocks: false
 | |
| MacroBlockBegin: ''
 | |
| MacroBlockEnd: ''
 | |
| MaxEmptyLinesToKeep: 1
 | |
| NamespaceIndentation: None
 | |
| PenaltyBreakBeforeFirstCallParameter: 30
 | |
| PenaltyBreakComment: 10
 | |
| PenaltyBreakFirstLessLess: 0
 | |
| PenaltyBreakString: 10
 | |
| PenaltyExcessCharacter: 100
 | |
| PenaltyReturnTypeOnItsOwnLine: 60
 | |
| PointerAlignment: Left
 | |
| ReflowComments: false
 | |
| SortIncludes: false
 | |
| SpaceAfterCStyleCast: false
 | |
| SpaceAfterTemplateKeyword: false
 | |
| SpaceBeforeAssignmentOperators: true
 | |
| SpaceBeforeParens: ControlStatements
 | |
| SpaceInEmptyParentheses: false
 | |
| SpacesBeforeTrailingComments: 1
 | |
| SpacesInAngles: false
 | |
| SpacesInCStyleCastParentheses: false
 | |
| SpacesInContainerLiterals: false
 | |
| SpacesInParentheses: false
 | |
| SpacesInSquareBrackets: false
 | |
| Standard: Cpp11
 | |
| TabWidth: 8
 | |
| UseTab: Always
 |