Skip to content

Instantly share code, notes, and snippets.

@patbenatar
Last active October 6, 2015 16:28
Show Gist options
  • Save patbenatar/3021688 to your computer and use it in GitHub Desktop.
Save patbenatar/3021688 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Preferences
{
	"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
	"draw_white_space": "selection",
	"font_face": "Source Code Pro",
	"font_size": 14,
	"highlight_line": true,
	"ignored_packages":
	[
		"Vintage"
	],
	"overlay_scroll_bars": "enabled",
	"rulers":
	[
		80
	],
	"scroll_past_end": true,
	"tab_size": 2,
	"theme": "Soda Dark.sublime-theme",
	"translate_tabs_to_spaces": true,
	"trim_trailing_white_space_on_save": true,
	"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment