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