mirror of
				https://github.com/imgproxy/imgproxy.git
				synced 2025-10-30 23:08:02 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			420 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			420 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle: GNU
 | |
| AccessModifierOffset: -2
 | |
| AlignAfterOpenBracket: DontAlign
 | |
| AlignEscapedNewlines: DontAlign
 | |
| AlignOperands: DontAlign
 | |
| AllowAllArgumentsOnNextLine: false
 | |
| AllowAllParametersOfDeclarationOnNextLine: false
 | |
| BreakBeforeBinaryOperators: None
 | |
| BreakBeforeBraces: Stroustrup
 | |
| IndentWidth: 2
 | |
| SortIncludes: Never
 | |
| SpaceAfterCStyleCast: true
 | |
| SpaceBeforeParens: ControlStatements
 | |
| TabWidth: 2
 | |
| UseTab: Never
 | |
| ColumnLimit: 0
 |