lmartins
11/11/2012 - 3:43 PM

Sublime Settings

Sublime Settings

{
	"bold_folder_labels": true,
	"caret_style": "phase",
	"color_scheme": "Packages/Color Scheme - Default/Solarized (Light).tmTheme",
	"folder_exclude_patterns":
	[
		".git",
		".sass-cache",
		"coverage",
		"log",
		"tmp",
		"node_modules"
	],
	"font_face": "Anonymous Pro",
	"font_options":
	[
		"subpixel_antialias"
	],
	"font_size": 14.0,
	"draw_white_space": "all",
	"highlight_line": true,
	"highlight_modified_tabs": true,
	"indent_guide_options": [ "draw_active" ],
	"line_padding_top": 4,
	"ignored_packages":
	[
		"Vintage"
	],
	"line_padding_bottom": 1,
	"line_padding_top": 1,
	"phoenix_color_blue": true,
	"phoenix_color_expanded_folder": true,
	"phoenix_dirty_bottom_bar": true,
	"phoenix_dirty_bottom_bar_red": true,
	"phoenix_eighties": true,
	"phoenix_highlight_current_tab": true,
	"phoenix_sidebar_tree_large": true,
	"phoenix_solid_current_tab": true,
	"phoenix_tabs_auto_width": true,
	"phoenix_tabs_xlarge": true,
	"reveal-on-activate": false,
	"save_on_focus_lost": false,
	"scroll_past_end": true,
	"soda_classic_tabs": false,
	"theme": "Phoenix Dark.sublime-theme",
	"todo":
	{
		"case_sensitive": true,
		"folder_exclude_patterns":
		[
			"vendor",
			"tmp",
			"js/src/libs/*.js",
			"js/dist/*.js",
			"css-src/libs"
		],
		"patterns":
		{
			"CHANGED": "CHANGED[\\s]*?:+(?P<changed>\\S.*)$",
			"DEPRECATED": "DEPRECATED[\\s]*?:+(?P<deprecated>\\S.*)$",
			"FIXME": "FIX ?ME[\\s]*?:+(?P<fixme>\\S.*)$",
			"NOTE": "NOTE[\\s]*?:+(?P<note>.*)$",
			"TODO": "TODO[\\s]*?:+(?P<todo>.*)$"
		}
	},
	"trim_trailing_white_space_on_save": true,
	"word_wrap": true
}