Description of the changes: Adjusted some of the values in .clang-format Add clang-format-all.ps1 Fix path to .clang-format in Calculator.sln How changes were validated: Manual.
		
			
				
	
	
		
			100 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			100 lines
		
	
	
		
			2.9 KiB
		
	
	
	
		
			YAML
		
	
	
	
	
	
AccessModifierOffset: -4
 | 
						|
AlignAfterOpenBracket: AlwaysBreak
 | 
						|
AlignConsecutiveAssignments: false
 | 
						|
AlignConsecutiveDeclarations: false
 | 
						|
AlignEscapedNewlines: Right
 | 
						|
AlignOperands: true
 | 
						|
AlignTrailingComments: true
 | 
						|
AllowAllParametersOfDeclarationOnNextLine: false
 | 
						|
AllowShortBlocksOnASingleLine: false
 | 
						|
AllowShortCaseLabelsOnASingleLine: false
 | 
						|
AllowShortFunctionsOnASingleLine: None
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AllowShortLoopsOnASingleLine: false
 | 
						|
AlwaysBreakAfterDefinitionReturnType: None
 | 
						|
AlwaysBreakAfterReturnType: None
 | 
						|
AlwaysBreakBeforeMultilineStrings: false
 | 
						|
AlwaysBreakTemplateDeclarations: true
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
BreakBeforeBinaryOperators: NonAssignment
 | 
						|
BreakBeforeBraces: Allman
 | 
						|
BreakBeforeInheritanceComma: false
 | 
						|
BreakBeforeTernaryOperators: true
 | 
						|
BreakConstructorInitializersBeforeComma: false
 | 
						|
BreakConstructorInitializers: BeforeComma
 | 
						|
BreakAfterJavaFieldAnnotations: true
 | 
						|
BreakStringLiterals: true
 | 
						|
ColumnLimit: 160
 | 
						|
CommentPragmas: '^ IWYU pragma:'
 | 
						|
CompactNamespaces: true
 | 
						|
ConstructorInitializerAllOnOneLineOrOnePerLine: false
 | 
						|
ConstructorInitializerIndentWidth: 4
 | 
						|
ContinuationIndentWidth: 4
 | 
						|
Cpp11BracedListStyle: false
 | 
						|
DerivePointerAlignment: false
 | 
						|
DisableFormat: false
 | 
						|
ExperimentalAutoDetectBinPacking: false
 | 
						|
FixNamespaceComments: false
 | 
						|
IncludeBlocks: Preserve
 | 
						|
IncludeCategories: 
 | 
						|
  - Regex:           '^<ext/.*\.h>'
 | 
						|
    Priority:        2
 | 
						|
  - Regex:           '^<.*\.h>'
 | 
						|
    Priority:        1
 | 
						|
  - Regex:           '^<.*'
 | 
						|
    Priority:        2
 | 
						|
  - Regex:           '.*'
 | 
						|
    Priority:        3
 | 
						|
IncludeIsMainRegex: '([-_](test|unittest))?$'
 | 
						|
IndentCaseLabels: false
 | 
						|
IndentPPDirectives: None
 | 
						|
IndentWidth: 4
 | 
						|
IndentWrappedFunctionNames: false
 | 
						|
JavaScriptQuotes: Single
 | 
						|
JavaScriptWrapImports: true
 | 
						|
KeepEmptyLinesAtTheStartOfBlocks: false
 | 
						|
MacroBlockBegin: ''
 | 
						|
MacroBlockEnd: ''
 | 
						|
MaxEmptyLinesToKeep: 1
 | 
						|
NamespaceIndentation: All
 | 
						|
ObjCBlockIndentWidth: 4
 | 
						|
ObjCSpaceAfterProperty: false
 | 
						|
ObjCSpaceBeforeProtocolList: true
 | 
						|
PenaltyBreakAssignment: 2
 | 
						|
PenaltyBreakBeforeFirstCallParameter: 19
 | 
						|
PenaltyBreakComment: 300
 | 
						|
PenaltyBreakFirstLessLess: 120
 | 
						|
PenaltyBreakString: 1000
 | 
						|
PenaltyExcessCharacter: 1000000
 | 
						|
PenaltyReturnTypeOnItsOwnLine: 60
 | 
						|
PointerAlignment: Left
 | 
						|
ReflowComments: true
 | 
						|
SortIncludes: false
 | 
						|
SortUsingDeclarations: true
 | 
						|
SpaceAfterCStyleCast: false
 | 
						|
SpaceAfterTemplateKeyword: true
 | 
						|
SpaceBeforeAssignmentOperators: true
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpaceInEmptyParentheses: false
 | 
						|
SpacesBeforeTrailingComments: 1
 | 
						|
SpacesInAngles: false
 | 
						|
SpacesInContainerLiterals: false
 | 
						|
SpacesInCStyleCastParentheses: false
 | 
						|
SpacesInParentheses: false
 | 
						|
SpacesInSquareBrackets: false
 | 
						|
Standard: Cpp11
 | 
						|
TabWidth: 4
 | 
						|
UseTab: Never
 | 
						|
#...
 | 
						|
# unsupported rules
 | 
						|
#BreakInheritanceList: AfterColon
 | 
						|
#Language: None
 | 
						|
#ObjCBinPackProtocolList: Auto
 | 
						|
#PenaltyBreakTemplateDeclaration: 10
 | 
						|
#SpaceBeforeCpp11BracedList: false
 | 
						|
#SpaceBeforeCtorInitializerColon: true
 | 
						|
#SpaceBeforeInheritanceColon: true
 | 
						|
#SpaceBeforeRangeBasedForLoopColon: true
 | 
						|
 |