Skip to content

Instantly share code, notes, and snippets.

@brettchalupa
Last active December 12, 2015 02: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 brettchalupa/4700914 to your computer and use it in GitHub Desktop.
Save brettchalupa/4700914 to your computer and use it in GitHub Desktop.
Sublime Text 2 config
{
"color_scheme": "Packages/Color Scheme - Default/Twilight.tmTheme",
"font_face": "Monaco",
"font_size": 16,
"draw_white_space": "selection",
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"hot_exit": false,
"remember_open_files": false,
"bold_folder_labels": true,
"preview_on_click": false,
"close_windows_when_empty": true,
"save_on_focus_lost": false,
"scroll_past_end": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment