Skip to content

Instantly share code, notes, and snippets.

@randyjensen
Created July 26, 2013 21:02
Show Gist options
  • Save randyjensen/6092214 to your computer and use it in GitHub Desktop.
Save randyjensen/6092214 to your computer and use it in GitHub Desktop.
Sublime Text User Preferences File
{
"bold_folder_labels": true,
"detect_slow_plugins": false,
"caret_style": "phase",
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
".gitkeep",
"dump.rdb"
],
"folder_exclude_patterns":
[
".git",
".sass-cache",
"coverage",
"log",
"bin",
"wp-admin",
"wp-includes",
"tmp"
],
"font_face": "Menlo",
"font_size": 20.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
70
],
"open_files_in_new_window": false,
"save_on_focus_lost": true,
"scroll_past_end": true,
"spell_check": 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