mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	 c5fc156852
			
		
	
	
		c5fc156852
		
			
		
	
	
	
	
		
			
			Co-authored-by: Guido van Rossum <guido@python.org> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
		
			
				
	
	
		
			17 lines
		
	
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			441 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # A clang-format style that approximates Python's PEP 7
 | |
| BasedOnStyle: Google
 | |
| AlwaysBreakAfterReturnType: All
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| AlignAfterOpenBracket: Align
 | |
| BreakBeforeBraces: Stroustrup
 | |
| ColumnLimit: 95
 | |
| DerivePointerAlignment: false
 | |
| IndentWidth: 4
 | |
| Language: Cpp
 | |
| PointerAlignment: Right
 | |
| ReflowComments: true
 | |
| SpaceBeforeParens: ControlStatements
 | |
| SpacesInParentheses: false
 | |
| TabWidth: 4
 | |
| UseTab: Never
 | |
| SortIncludes: false
 |