Skip to content

Instantly share code, notes, and snippets.

@bluetidepro
Created January 17, 2013 01:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bluetidepro/4552793 to your computer and use it in GitHub Desktop.
Save bluetidepro/4552793 to your computer and use it in GitHub Desktop.
My Sublime Text 2 User Settings
{
"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