15 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			492 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|   | { | ||
|  | 	"disable_tab_abbreviations": true, | ||
|  | 
 | ||
|  | 	// Whitespaces | ||
|  | 	"hayaku_CSS_whitespace_block_end_before": "\n", | ||
|  | 
 | ||
|  | 	// Syntax quirks | ||
|  | 	"hayaku_CSS_syntax_no_curly_braces": false,  // Don't print braces for code blocks | ||
|  | 	"hayaku_CSS_syntax_no_semicolons": false,  // Don't print the semicolon at the end of rule | ||
|  | 	"hayaku_CSS_syntax_no_colons": false,  // Don't print colon between property and value | ||
|  | 
 | ||
|  | 	// Prefixes | ||
|  | 	"hayaku_CSS_prefixes_disable": true  // Disable the prefixes at all, like if using nib	 | ||
|  | } |