Skip to content

Instantly share code, notes, and snippets.

@joshgreen
Created November 19, 2012 11:04
Show Gist options
  • Select an option

  • Save joshgreen/4110135 to your computer and use it in GitHub Desktop.

Select an option

Save joshgreen/4110135 to your computer and use it in GitHub Desktop.
My current sublime text 2 settings
{
"auto_complete": true,
"color_scheme": "Packages/daylerees-themes/Redemption.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"detect_slow_plugins": false,
"draw_white_space": "selection",
"font_face": "Source Code Pro Light",
"font_size": 13.0,
"open_files_in_new_window": false,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
],
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"tmp"
],
"save_on_focus_lost": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep"
],
"bold_folder_labels": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment