Skip to content

Instantly share code, notes, and snippets.

@codatory
Created December 11, 2013 19:06
Show Gist options
  • Save codatory/7916442 to your computer and use it in GitHub Desktop.
Save codatory/7916442 to your computer and use it in GitHub Desktop.
{
"binary_file_patterns":
[
"*.jpg", "*.jpeg", "*.png", "*.gif", "*.ttf",
"*.tga", "*.dds", "*.ico", "*.eot", "*.pdf",
"*.swf", "*.jar", "*.zip"
],
"caret_style": "phase",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"detect_indentation": false,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc", "*.pyo", "*.exe", "*.dll", "*.obj",
"*.o", "*.a", "*.lib", "*.so", "*.dylib",
"*.ncb", "*.sdf", "*.suo", "*.pdb", "*.idb",
".DS_Store", "*.class", "*.psd", "*.db",
"*.sublime-workspace", "*.log"
],
"folder_exclude_patterns":
[
".svn", ".git", ".hg", "CVS"
],
"font_options":
[
"subpixel_antialias"
],
"font_size": 15,
"gpu_window_buffer": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"indent_to_bracket": true,
"remember_open_files": false,
"rulers":
[
120
],
"scroll_past_end": false,
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
  • Alignment
  • ApplySyntax
  • BeautifyRuby
  • BracketHighlighter
  • CTags
  • Git
  • GitGutter
  • RubyOnRails Snippets
  • Sidebar Enhancements
  • sublimelint
  • Worksheet
  • ZenTabs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment