ricardozea
2/12/2014 - 7:33 PM

Sublime Text Configuration File

Sublime Text Configuration File

Sublime Text Configuration File

{
	"always_show_minimap_viewport": true,
	"caret_style": "phase",
	"color_scheme": "Packages/User/SublimeLinter/Monokai Bright (SL).tmTheme",
	"copy_with_empty_selection": false,
	"draw_minimap_border": false,
	"save_on_focus_lost": true,
	"font_options":
	[
		"directwrite"
	],
	"font_size": 11,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"indent_guide_options":
	[
		"draw_normal",
		"draw_active"
	],
	"tab_size": 4,
	"theme": "Cobalt2.sublime-theme",
	"trim_trailing_white_space_on_save": true,
	"spell_check": true,
	"dictionary": "Packages/Language - English/en_US.dic"
}