-Change enable variable name so that it matches current naming convention -Add Trailing Space commands to the command palette so that delete and toggle can be called even without shortcuts defined
		
			
				
	
	
		
			11 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			271 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
	// Color is determined by scope
 | 
						|
	"trailing_spaces_highlight_color" : "invalid",
 | 
						|
 | 
						|
	// Max file size to search
 | 
						|
	"trailing_spaces_file_max_size"   : 1048576,
 | 
						|
 | 
						|
	// By default plugin is enabled or disabled (true|false)
 | 
						|
	"trailing_spaces_enabled"         : true
 | 
						|
}
 |