mirror of
				https://github.com/meshtastic/firmware.git
				synced 2025-10-28 07:13:25 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			238 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| rules:
 | |
|   quoted-strings:
 | |
|     required: only-when-needed
 | |
|     extra-allowed: ["{|}"]
 | |
|   empty-values:
 | |
|     forbid-in-block-mappings: false
 | |
|     forbid-in-flow-mappings: true
 | |
|   key-duplicates: {}
 | |
|   octal-values:
 | |
|     forbid-implicit-octal: true
 | 
