Skip to content

Instantly share code, notes, and snippets.

@tbisaacs
Created November 17, 2012 01:25
Show Gist options
  • Save tbisaacs/4092461 to your computer and use it in GitHub Desktop.
Save tbisaacs/4092461 to your computer and use it in GitHub Desktop.
Travis's Sublime Config
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
"bold_folder_labels": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns":[
".git",
".sass-cache",
"coverage",
"log",
"tmp"
],
"font_size" : 11,
"highlight_modified_tabs": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"tranlate_tabs_to_spaces": true,
"trim_trailing_whitespace_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment