This PR will standardise the files we have with out agreed spec in sous-chefs/repo-management. This repo has been identified by topic(s) of chef-cookbook
		
			
				
	
	
		
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			286 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
---
 | 
						|
extends: default
 | 
						|
rules:
 | 
						|
  line-length:
 | 
						|
    max: 256
 | 
						|
    level: warning
 | 
						|
  document-start: disable
 | 
						|
  braces:
 | 
						|
    forbid: false
 | 
						|
    min-spaces-inside: 0
 | 
						|
    max-spaces-inside: 1
 | 
						|
    min-spaces-inside-empty: -1
 | 
						|
    max-spaces-inside-empty: -1
 | 
						|
  comments:
 | 
						|
    min-spaces-from-content: 1
 |