waviaei
12/29/2012 - 5:09 PM

Preferences.sublime-settings.json

{
  "color_scheme": "Packages/User/Solarized (light).tmTheme",
	"font_face": "Source Code Pro",
	"font_size": 14.0,
	"ignored_packages":
	[
		"Vintage"
	],
	"open_files_in_new_window": false,
	"theme": "Soda Light.sublime-theme",
	"word_wrap": true,
	"highlight_line": true,
	"draw_white_space": "all",
	"indent_guide_options": ["draw_active"],
	"trim_trailing_white_space_on_save": true,
	"fallback_encoding": "Shift-JIS",
	"shift_tab_unindent": true,
	"highlight_modified_tabs": true,
	"close_windows_when_empty": true
}