mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 00:38:27 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			229 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| # http://clang.llvm.org/docs/ClangFormatStyleOptions.html
 | |
| 
 | |
| BasedOnStyle: Google
 | |
| Standard: Cpp03
 | |
| AllowShortFunctionsOnASingleLine: Empty
 | |
| 
 | |
| # Always break after if to get accurate coverage
 | |
| AllowShortIfStatementsOnASingleLine: false
 |