 a1979469fd
			
		
	
	
		a1979469fd
		
	
	
	
	
		
			
			Add a ".clang-format" file which is pretty close to the rest of wpa_supplicant code base and reformat the binder codebase. Signed-off-by: Roshan Pius <rpius@google.com>
		
			
				
	
	
		
			9 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
	
		
			223 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| BasedOnStyle: LLVM
 | |
| IndentWidth: 8
 | |
| UseTab: Always
 | |
| BreakBeforeBraces: Mozilla
 | |
| AllowShortIfStatementsOnASingleLine: false
 | |
| IndentCaseLabels: false
 | |
| AccessModifierOffset: -8
 | |
| AlignAfterOpenBracket: AlwaysBreak
 | |
| SortIncludes: false
 |