Skip to content

Instantly share code, notes, and snippets.

@jeremyworboys
Last active October 9, 2015 02:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremyworboys/3423448 to your computer and use it in GitHub Desktop.
Save jeremyworboys/3423448 to your computer and use it in GitHub Desktop.
My Sublime Text 3 Prefs
{
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"auto_find_in_selection": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_encoding": "UTF-8",
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_white_space": "selection",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".DS_Store",
"composer.lock",
"composer.phar"
],
"find_selected_text": true,
"folder_exclude_patterns":
[
".git",
".sass-cache",
"node_modules",
".build",
".vagrant"
],
"font_face": "Menlo",
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"JavaScript"
],
"line_padding_bottom": 2,
"phoenix_color_blue": true,
"phoenix_color_expanded_folder": true,
"phoenix_dirty_bottom_bar": true,
"phoenix_dirty_bottom_bar_red": true,
"phoenix_solid_current_tab": true,
"rulers":
[
80
],
"scroll_past_end": true,
"spell_check": true,
"tab_size": 4,
"theme": "Phoenix Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment