Skip to content

Instantly share code, notes, and snippets.

@samhowat
Forked from shawnrgrimes/ST User Settings
Created September 17, 2012 04:15
Show Gist options
  • Save samhowat/3735497 to your computer and use it in GitHub Desktop.
Save samhowat/3735497 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 - Default/Tomorrow-Night.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",
"Source Files",
".sass-cache",
".git",
".hg"
],
"font_face": "Meslo LG M DZ",
"font_size": 12.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,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": 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