13 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			356 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| Language:        JavaScript
 | |
| BasedOnStyle:    Google
 | |
| ColumnLimit:     100
 | |
| 
 | |
| TabWidth:                2
 | |
| ContinuationIndentWidth: 4
 | |
| MaxEmptyLinesToKeep    : 2
 | |
| 
 | |
| AllowShortBlocksOnASingleLine:              false
 | |
| AllowShortIfStatementsOnASingleLine:        false
 | |
| AllowShortLoopsOnASingleLine:               false
 | |
| AllowShortFunctionsOnASingleLine:           Empty
 |