nedf23
5/10/2013 - 1:03 AM

My Sublime Text User Settings

My Sublime Text User Settings

{
	"color_scheme": "Packages/Theme - Afterglow/Afterglow.tmTheme",
	"draw_white_space": "all",
	"enable_tab_scrolling": false,
	"font_face": "Monoid",
	"font_size": 14,
	"highlight_line": true,
	"ignored_packages":
	[
		"CSS",
		"Vintage"
	],
	"line_padding_bottom": 14,
	"line_padding_top": 0,
	"phoenix_color_red": true,
	"phoenix_highlight_current_tab": true,
	"preview_on_click": true,
	"rulers":
	[
		80,
		120
	],
	"scroll_past_end": true,
	"sidebar_size_14": true,
	"spell_check": false,
	"tabs_padding_small": true,
	"tabs_small": true,
	"theme": "Afterglow-orange.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true
}