mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 15:22:55 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			181 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			181 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # Generic, formatter-friendly config.
 | |
| select = ["B", "D3", "D4", "E", "F"]
 | |
| 
 | |
| # Never enforce `E501` (line length violations). This should be handled by formatters.
 | |
| ignore = ["E501"]
 | 
