mirror of
				https://github.com/python-pillow/Pillow.git
				synced 2025-11-04 01:47:47 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			42 lines
		
	
	
		
			1007 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			1007 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
# A clang-format style that approximates Python's PEP 7
 | 
						|
# Useful for IDE integration
 | 
						|
Language: C
 | 
						|
BasedOnStyle: Google
 | 
						|
AlwaysBreakAfterReturnType: All
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AlignAfterOpenBracket: BlockIndent
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
ColumnLimit: 88
 | 
						|
DerivePointerAlignment: false
 | 
						|
IndentGotoLabels: false
 | 
						|
IndentWidth: 4
 | 
						|
PointerAlignment: Right
 | 
						|
ReflowComments: true
 | 
						|
SortIncludes: false
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpacesInParentheses: false
 | 
						|
TabWidth: 4
 | 
						|
UseTab: Never
 | 
						|
---
 | 
						|
Language: Cpp
 | 
						|
BasedOnStyle: Google
 | 
						|
AlwaysBreakAfterReturnType: All
 | 
						|
AllowShortIfStatementsOnASingleLine: false
 | 
						|
AlignAfterOpenBracket: BlockIndent
 | 
						|
BinPackArguments: false
 | 
						|
BinPackParameters: false
 | 
						|
BreakBeforeBraces: Attach
 | 
						|
ColumnLimit: 88
 | 
						|
DerivePointerAlignment: false
 | 
						|
IndentGotoLabels: false
 | 
						|
IndentWidth: 4
 | 
						|
PointerAlignment: Right
 | 
						|
ReflowComments: true
 | 
						|
SortIncludes: false
 | 
						|
SpaceBeforeParens: ControlStatements
 | 
						|
SpacesInParentheses: false
 | 
						|
TabWidth: 4
 | 
						|
UseTab: Never
 |