Skip to content

Instantly share code, notes, and snippets.

@jackcallister
Last active October 12, 2015 00:38
Show Gist options
  • Save jackcallister/3944767 to your computer and use it in GitHub Desktop.
Save jackcallister/3944767 to your computer and use it in GitHub Desktop.
Sublime Text 2 Config
{
"auto_complete": true,
"check_for_rbenv": true,
"close_windows_when_empty": false,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"default_encoding": "UTF-8",
"draw_white_space": "all",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
".rbenv-gemsets",
".rspec",
".ruby-version",
".keep"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".bundle",
"bin",
"tmp/cache",
".sass-cache",
"coverage"
],
"font_face": "Ubuntu Mono",
"font_options":
[
"subpixel_antialias"
],
"font_size": 16.0,
"gutter": true,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"line_numbers": true,
"margin": 4,
"show_tab_close_buttons": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"trailing_spaces_include_current_line": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment