Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Created June 7, 2014 04:11
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 pjkelly/9a08c839e9e2ea90f974 to your computer and use it in GitHub Desktop.
Save pjkelly/9a08c839e9e2ea90f974 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"color_scheme": "Packages/Color Scheme - Default/Sunburst.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": false,
"folder_exclude_patterns":
[
"log",
"tmp",
"backups",
"dump",
".git",
".sass-cache",
"node_modules",
".bundle",
".tmp",
".bower"
],
"font_size": 12,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"preview_on_click": false,
"remember_open_files": false,
"save_on_focus_lost": true,
"tab_size": 2,
"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