Skip to content

Instantly share code, notes, and snippets.

@pjkelly
Last active December 20, 2015 09:18
Show Gist options
  • Save pjkelly/6106437 to your computer and use it in GitHub Desktop.
Save pjkelly/6106437 to your computer and use it in GitHub Desktop.
Sublime Text 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"
],
"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