Created
January 26, 2016 08:29
-
-
Save derryl/2f46dd37d63a790b9463 to your computer and use it in GitHub Desktop.
Sublime Text 3 user settings
This file contains hidden or 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": | |
[ | |
"*jquery*", | |
"*lib/*.js", | |
"*compiled/*.js", | |
"*compiled/*.css", | |
"*dist/*", | |
"*temp/*", | |
"*png", | |
"*jpg", | |
"*gif", | |
"*jpeg", | |
"*pdf", | |
"*psd", | |
"*atv/*", | |
"*ac_media_player/*", | |
"*will_graph/*", | |
"local/*", | |
"bower_components/*", | |
"node_modules/*" | |
], | |
"close_windows_when_empty": false, | |
"color_scheme": "Packages/Theme - Brogrammer/brogrammer.tmTheme", | |
"detect_indentation": false, | |
"ensure_newline_at_eof_on_save": false, | |
"file_exclude_patterns": | |
[ | |
".*", | |
"LICENSE" | |
], | |
"folder_exclude_patterns": | |
[ | |
".sass-cache", | |
".git", | |
".svn", | |
".bower-cache", | |
".bower-registry", | |
".bower-tmp", | |
"node_modules", | |
"bower_components" | |
], | |
"font_face": "Inconsolata", | |
"font_options": | |
[ | |
], | |
"font_size": 18, | |
"ignored_packages": | |
[ | |
"Goto-CSS-Declaration", | |
"Meteor Snippets", | |
"Vintage" | |
], | |
"line_padding_bottom": 0, | |
"tab_size": 4, | |
"theme": "Brogrammer.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_automatic_white_space": false, | |
"trim_trailing_white_space_on_save": false, | |
"typescript_plugin_tsc_version": "1.7.3" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment