mirror of
				https://github.com/eledio-devices/thirdparty-ArduinoJson.git
				synced 2025-11-01 08:48:30 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| cd ..
 | |
| FILES=$(find include src test -regex ".*\.[ch]pp$")
 | |
| 
 | |
| clang-format -style=Google -i  $FILES
 | |
| 
 | |
| # insert newline at end of file
 | |
| sed -i -e '$a\' $FILES
 |