21 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			539 B
		
	
	
	
		
			Plaintext
		
	
	
| // Settings in here override those in "Default/Preferences.sublime-settings",
 | |
| // and are overridden in turn by syntax-specific settings.
 | |
| {
 | |
| 	"font_face": "Material Icons,Menlo",
 | |
| 	"font_size": 11,
 | |
| 	"margin": 2,
 | |
| 	"tab_size": 2,
 | |
| 	"translate_tabs_to_spaces": true,
 | |
|   "indent_to_bracket": true,
 | |
|   "word_wrap": true,
 | |
|   "highlight_modified_tabs": true,
 | |
|   "close_deleted_files": false,
 | |
|   "always_show_minimap_viewport": true,
 | |
|   "bold_folder_labels": true,
 | |
| 	"ignored_packages":
 | |
| 	[
 | |
| 		"Vintage",
 | |
| 	],
 | |
| 	"color_scheme": "Mariana.sublime-color-scheme",
 | |
| }
 |