Skip to content

Instantly share code, notes, and snippets.

@petermanser
Created August 14, 2012 06:12
Show Gist options
  • Save petermanser/3346817 to your computer and use it in GitHub Desktop.
Save petermanser/3346817 to your computer and use it in GitHub Desktop.
Sublime2: Settings-User User Config
{
"auto_complete": false,
"close_windows_when_empty": false,
"save_on_focus_lost": true,
"color_scheme": "Packages/User/Tomorrow-Night.tmTheme", //https://github.com/chriskempson/tomorrow-theme/tree/master/textmate
"draw_white_space": "all",
"find_selected_text": true,
"fold_buttons": false,
"font_options":
[
"subpixel_antialias"
],
"highlight_line": true,
"rulers":
[
72, 79
],
"theme": "Soda Dark.sublime-theme", //https://github.com/buymeasoda/soda-theme/
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", "_build", "dist", "build", "site"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment