Last active
December 21, 2015 21:59
-
-
Save martylouis/6372599 to your computer and use it in GitHub Desktop.
Sublime Text 3 prefs
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
{ | |
"bold_folder_labels": true, | |
"close_windows_when_empty": true, | |
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme", | |
"detect-slow-plugins": false, | |
"enable_tab_scrolling": false, | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": | |
[ | |
".DS_Store", | |
"._*", | |
"codekit-config.json", | |
"wp-*.php" | |
], | |
"folder_exclude_patterns": | |
[ | |
"backup", | |
"bin", | |
".git", | |
"lang", | |
"languages", | |
".sass-cache", | |
"node_modules", | |
"tmp", | |
".Trash", | |
".adobe", | |
".android", | |
".cache", | |
".codeintel", | |
".config", | |
".cups", | |
".dropbox", | |
".gem", | |
".grunt-init", | |
".local", | |
".marks", | |
".npm", | |
".rvm", | |
".ssh", | |
".vim", | |
".yeoman", | |
"Applications", | |
"Creative Cloud Files", | |
"Desktop", | |
"Documents", | |
"Downloads", | |
"Dropbox", | |
"Games", | |
"Library", | |
"Movies", | |
"Music", | |
"Pictures", | |
"Public", | |
"wp-admin", | |
"wp-includes" | |
], | |
"font_face": "Monaco", | |
"font_size": 14.5, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"ignored_packages": | |
[ | |
"Vintage" | |
], | |
"line_padding_bottom": 1, | |
"line_padding_top": 1, | |
"margin": 0, | |
"open_files_in_new_window": false, | |
"phoenix_color_blue": true, | |
"phoenix_tabs_small": true, | |
"scroll_past_end": false, | |
"show_encoding": true, | |
"show_line_endings": true, | |
"tab_size": 2, | |
"theme": "Spacegray Eighties.sublime-theme", | |
"translate_tabs_to_spaces": true, | |
"trim_trailing_white_space_on_save": true, | |
"use_simple_full_screen": true, | |
"word_wrap": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment