- Alignment
- ApplySyntax
- BeautifyRuby
- BracketHighlighter
- CTags
- Git
- GitGutter
- RubyOnRails Snippets
- Sidebar Enhancements
- sublimelint
- Worksheet
- ZenTabs
Created
December 11, 2013 19:06
-
-
Save codatory/7916442 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment