17 lines
		
	
	
		
			575 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			575 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	// Spaces color is determined by scope (default, "invalid")
 | 
						|
//	"highlight_whitespaces_space_highlight_scope_name": "Whitespaces.space.highlight",
 | 
						|
 | 
						|
	// Tabs color is determined by scope (default, "invalid")
 | 
						|
//	"highlight_whitespaces_tab_highlight_scope_name": "Whitespaces.tab.highlight",
 | 
						|
 | 
						|
	// Max file size to search
 | 
						|
	"highlight_whitespaces_file_max_size": 1048576,
 | 
						|
 | 
						|
	// By default plugin is enabled or disabled (true|false)
 | 
						|
	"highlight_whitespaces_enabled": true,
 | 
						|
	
 | 
						|
	// Allow the highlighting of the last whitespace, one or more time
 | 
						|
	"highlight_last_whitespace": true
 | 
						|
}
 |