Skip to content

Instantly share code, notes, and snippets.

@drewtempelmeyer
Created October 17, 2012 20:15
Show Gist options
  • Save drewtempelmeyer/3907868 to your computer and use it in GitHub Desktop.
Save drewtempelmeyer/3907868 to your computer and use it in GitHub Desktop.
Sublime Text 2 Configuration
{
// General Editing Configuration
"trim_trailing_white_space": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof": true,
"ensure_newline_at_eof_on_save": true,
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
// Exclude these patterns from Command+P/T
"folder_exclude_patterns": [ ".svn", ".git", ".hg", "CVS", ".bundle", ".rdb", "bin" ],
// Font Appearance
"font_face": "Source Code Pro",
"font_size": 13.0,
// Color Scheme
"color_scheme": "Packages/Color Scheme - Default/Tomorrow-Night.tmTheme",
// Window theme
"theme": "Phoenix Dark.sublime-theme",
"phoenix_color_expanded_folder": true,
"phoenix_color_blue": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_highlight_current_tab": true,
"phoenix_solid_current_tab": true,
"phoenix_tabs_auto_width": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment