SublimeText Settings
Jun 2, 2017

These are the settings that I currently use for SublimeText 3. Adobe Source Code Pro monospace fonts can be downloaded from here. To build projects with SublimeText, I use this project configuration.

{
	"bold_folder_labels": true,
	"caret_style": "phase",
	"draw_minimap_border": true,
	"fade_fold_buttons": false,
	"file_exclude_patterns":
	[
		"*.pyc",
		"*.pyo",
		"*.exe",
		"*.dll",
		"*.obj",
		"*.o",
		"*.a",
		"*.lib",
		"*.so",
		"*.dylib",
		"*.ncb",
		"*.sdf",
		"*.suo",
		"*.pdb",
		"*.idb",
		".DS_Store",
		"*.class",
		"*.psd",
		"*.db",
		"*.db3",
		".tags",
		".tags_sorted_by_file",
		"*.log"
	],
	"font_face": "Source Code Pro",
	"font_size": 10,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	]
}
sublimetext Related
    Comments