You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			34 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
			
		
		
	
	
			34 lines
		
	
	
		
			659 B
		
	
	
	
		
			Plaintext
		
	
{
 | 
						|
  "disallowMixedSpacesAndTabs": true,
 | 
						|
  "disallowTrailingWhitespace": true,
 | 
						|
  "disallowNewlineBeforeBlockStatements": true,
 | 
						|
  "requireCommaBeforeLineBreak": true,
 | 
						|
  "requireSemicolons": true,
 | 
						|
  "requireSpaceBeforeBlockStatements": true,
 | 
						|
  "disallowSpacesInNamedFunctionExpression": {
 | 
						|
    "beforeOpeningRoundBrace": true
 | 
						|
  },
 | 
						|
  "requireSpacesInNamedFunctionExpression": {
 | 
						|
    "beforeOpeningCurlyBrace": true
 | 
						|
  },
 | 
						|
  "requireCurlyBraces": [
 | 
						|
    "if",
 | 
						|
    "else",
 | 
						|
    "for",
 | 
						|
    "while",
 | 
						|
    "do",
 | 
						|
    "try",
 | 
						|
    "catch"
 | 
						|
  ],
 | 
						|
  "requireSpaceAfterKeywords": [
 | 
						|
    "if",
 | 
						|
    "else",
 | 
						|
    "for",
 | 
						|
    "while",
 | 
						|
    "case",
 | 
						|
    "try",
 | 
						|
    "typeof",
 | 
						|
    "return"
 | 
						|
  ]
 | 
						|
}
 |