Last active
August 29, 2015 14:13
-
-
Save ShPakvel/beb4b45b7ccfbc87f7a4 to your computer and use it in GitHub Desktop.
Sublime configs
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
{ | |
"in_process_packages": | |
[ | |
], | |
"installed_packages": | |
[ | |
"Alignment", | |
"ApplySyntax", | |
"Better CoffeeScript", | |
"BracketHighlighter", | |
"ConvertToUTF8", | |
"CTags", | |
"Cucumber", | |
"Gist", | |
"Git", | |
"GitGutter", | |
"Handlebars", | |
"Markdown Preview", | |
"Package Control", | |
"Pretty JSON", | |
"RubyTest", | |
"SCSS" | |
] | |
} |
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
Show hidden characters
{ | |
"binary_file_patterns": | |
[ | |
"mobileapp/assets/javascripts/mobile.js", | |
"mobileapp/assets/javascripts/mobilevendor.js", | |
"*/elasticsearch_test/*", | |
"*/elasticsearch/*", | |
"*/log/*", | |
"*/tmp/*", | |
"*.jpg", | |
"*.jpeg", | |
"*.png", | |
"*.gif", | |
"*.ttf", | |
"*.tga", | |
"*.dds", | |
"*.ico", | |
"*.eot", | |
"*.pdf", | |
"*.swf", | |
"*.jar", | |
"*.zip" | |
], | |
"bold_folder_labels": true, | |
"color_scheme": "Packages/Color Scheme - Default/Cobalt.tmTheme", | |
"detect_indentation": false, | |
"drag_text": false, | |
"draw_minimap_border": true, | |
"ensure_newline_at_eof_on_save": true, | |
"fallback_encoding": "Cyrillic (Windows 1252)", | |
"file_exclude_patterns": | |
[ | |
".tags", | |
".gemtags", | |
"*.pyc", | |
"*.pyo", | |
"*.exe", | |
"*.dll", | |
"*.obj", | |
"*.o", | |
"*.a", | |
"*.lib", | |
"*.so", | |
"*.dylib", | |
"*.ncb", | |
"*.sdf", | |
"*.suo", | |
"*.pdb", | |
"*.idb", | |
".DS_Store", | |
"*.class", | |
"*.psd", | |
"*.db", | |
"*.sublime-workspace" | |
], | |
"folder_exclude_patterns": | |
[ | |
".svn", | |
".git", | |
".hg", | |
"CVS" | |
], | |
"font_size": 10, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Color Highlighter", | |
"Vintage", | |
"ConvertToUTF8" | |
], | |
"indent_to_bracket": true, | |
"index_exclude_patterns": | |
[ | |
".tags", | |
".gemtags", | |
"*.log" | |
], | |
"rulers": | |
[ | |
120 | |
], | |
"shift_tab_unindent": true, | |
"show_tab_close_buttons": false, | |
"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