Skip to content

Instantly share code, notes, and snippets.

@gscottolson
Created December 19, 2013 14:18
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gscottolson/8039765 to your computer and use it in GitHub Desktop.
Save gscottolson/8039765 to your computer and use it in GitHub Desktop.
My latest settings file Sublime Text 2
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true,
"bold_folder_labels": true,
"caret_style": "phase",
"detect_indentation": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
".gitignore",
"*.ico",
"humans.txt",
"Rakefile",
"Gemfile*",
"config.ru",
".DS_Store"
],
"font_size": 13.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
"CoffeeComplete Plus (Autocompletion)"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80
],
"scroll_past_end": true,
"soda_classic_tabs": true,
"soda_folder_icons": true,
"tab_size": 4,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\"':,.;<>~!@#$%^&*|+=[]{}~?",
"word_wrap": true,
"wrap_width": 120
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment