mirror of
				https://github.com/bblanchon/ArduinoJson.git
				synced 2025-11-04 00:21:36 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			153 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
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
 |