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