Created
January 17, 2013 01:39
-
-
Save bluetidepro/4552793 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Settings
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
{ | |
"auto_match_enabled": false, | |
"bold_folder_labels": true, | |
"caret_style": "smooth", | |
"color_scheme": "Packages/Dayle Rees Color Schemes/Peacock.tmTheme", // Download: https://github.com/daylerees/colour-schemes | |
"ensure_newline_at_eof_on_save": true, | |
"fade_fold_buttons": false, | |
"file_exclude_patterns": [ | |
".DS_Store", | |
".gitkeep", | |
".gitignore", | |
"dump.rdb" | |
], | |
"fold_buttons": true, | |
"folder_exclude_patterns": [ | |
".git", | |
".sass-cache", | |
"coverage", | |
"log", | |
".bundle", | |
"*.tiles", | |
"*.svn", | |
"tmp" | |
], | |
"font_face": "Source Code Pro", // Download: http://www.fontsquirrel.com/fonts/source-code-pro | |
"font_size": 13.0, | |
"highlight_modified_tabs": true, | |
"ignored_packages": [ | |
"Vintage" | |
], | |
"margin": 10, | |
"mouse_wheel_switches_tabs": false, | |
"phoenix_tabs_auto_width": true, | |
"phoenix_tabs_small": true, | |
"scroll_past_end": true, | |
"tab_size": 4, | |
"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