mirror of
				https://github.com/OPM/opm-simulators.git
				synced 2025-02-25 18:55:30 -06:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			677 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
{
 | 
						|
        BasedOnStyle: WebKit,
 | 
						|
        AlignConsecutiveAssignments: false,
 | 
						|
        AlignConsecutiveDeclarations: false,
 | 
						|
        AlignAfterOpenBracket: Align,
 | 
						|
        AllowShortBlocksOnASingleLine: false,
 | 
						|
        AllowShortFunctionsOnASingleLine: None,
 | 
						|
        AlwaysBreakAfterReturnType: TopLevelDefinitions,
 | 
						|
        AlwaysBreakTemplateDeclarations: Yes,
 | 
						|
        BinPackArguments: false,
 | 
						|
        BinPackParameters: false,
 | 
						|
        BreakBeforeBraces: Linux,
 | 
						|
        BreakConstructorInitializers: BeforeComma,
 | 
						|
        ColumnLimit: 120,
 | 
						|
        Cpp11BracedListStyle: true,
 | 
						|
        FixNamespaceComments: true,
 | 
						|
        MaxEmptyLinesToKeep: 5,
 | 
						|
        NamespaceIndentation: Inner,
 | 
						|
}
 |