Skip to content

Instantly share code, notes, and snippets.

@1stevengrant
Created October 1, 2013 09:59
Show Gist options
  • Save 1stevengrant/6776240 to your computer and use it in GitHub Desktop.
Save 1stevengrant/6776240 to your computer and use it in GitHub Desktop.
This is my current Sublime preference file
{
"auto_complete_commit_on_tab": true,
"bold_folder_labels": true,
"file_exclude_patterns":
[
".DS_Store"
],
"folder_exclude_patterns":
[
"bin",
".bundle",
".git",
"cache",
".sass-cache",
"tmp"
],
"font_options":
[
"no_bold",
"subpixel_antialias"
],
"font_size": 16.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"phoenix_color_blue": true,
"phoenix_highlight_current_tab": true,
"scroll_past_end": true,
"tab_size": 2,
"theme": "Phoenix Light.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment