Skip to content

Instantly share code, notes, and snippets.

@shawnrgrimes
Last active October 10, 2015 16:18
Show Gist options
  • Save shawnrgrimes/3717530 to your computer and use it in GitHub Desktop.
Save shawnrgrimes/3717530 to your computer and use it in GitHub Desktop.
My Sublime Text User Settings
{
"binary_file_patterns":
[
"*.psd"
],
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - User/Code School 2.tmTheme",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.sassc",
"*.scssc",
"*.log",
"*.gem",
"*.gz",
"*.jpg",
"*.jpeg",
"*.png",
"*.psd",
"*.gif",
"*.pdf",
"*.zip",
"*.DS_store",
"*.eot",
"*.svg",
"*.ttf",
"*.woff",
"*.xap",
"*.zip"
],
"folder_exclude_patterns":
[
"Assets",
"images",
"img",
"Source Files",
".sass-cache",
".git",
".hg"
],
"font_face": "Source Code Pro",
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment