Skip to content

Instantly share code, notes, and snippets.

@doughsay
Created May 21, 2013 15:36
Show Gist options
  • Select an option

  • Save doughsay/5620771 to your computer and use it in GitHub Desktop.

Select an option

Save doughsay/5620771 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Bright.tmTheme",
"default_line_ending": "unix",
"detect_indentation": true,
"font_face": "Source Code Pro",
"font_size": 15.0,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment