mirror of
				https://github.com/eledio-devices/ESP32Wrover16Template.git
				synced 2025-10-31 16:12:38 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			19 lines
		
	
	
		
			392 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			392 B
		
	
	
	
		
			INI
		
	
	
	
	
	
| [*]
 | |
| end_of_line = lf
 | |
| insert_final_newline = true
 | |
| indent_style = space
 | |
| indent_size = 4
 | |
| trim_trailing_whitespace =  true
 | |
| charset = utf-8
 | |
| 
 | |
| [*.sh]
 | |
| # like -i=2
 | |
| indent_style = space
 | |
| indent_size = 2
 | |
| 
 | |
| #shell_variant      = posix # like -ln=posix
 | |
| #binary_next_line   = true  # like -bn
 | |
| switch_case_indent = true  # like -ci
 | |
| space_redirects    = true  # like -sr
 | |
| #keep_padding       = true  # like -kp
 |