mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-10-31 16:14:11 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			313 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
 | |
| 
 | |
| BasedOnStyle: Google
 | |
| Standard: Cpp03
 | |
| AllowShortFunctionsOnASingleLine: Empty
 | |
| IncludeBlocks: Preserve
 | |
| IndentPPDirectives: AfterHash
 | |
| DerivePointerAlignment: false
 | |
| 
 | |
| # Always break after if to get accurate coverage
 | |
| AllowShortIfStatementsOnASingleLine: false
 |