Skip to content

Instantly share code, notes, and snippets.

@gustavoguichard
Created March 25, 2013 00:07
Show Gist options
  • Save gustavoguichard/5234161 to your computer and use it in GitHub Desktop.
Save gustavoguichard/5234161 to your computer and use it in GitHub Desktop.
Sublime preferences
{
"auto_complete": true,
"auto_complete_delay": 50,
"auto_complete_selector": "source - comment",
"auto_complete_size_limit": 4194304,
"auto_complete_with_fields": true,
"binary_file_patterns":
[
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip"
],
"bold_folder_labels": true,
"caret_style": "smooth",
"color_scheme": "Packages/User/Railscasts.tmTheme",
"detect_indentation": true,
"drag_text": false,
"draw_indent_guides": true,
"draw_minimap_border": true,
"fade_fold_buttons": true,
"file_exclude_patterns":
[
"*.lib",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"find_selected_text": true,
"fold_buttons": true,
"folder_exclude_patterns":
[
".git"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage",
".DS_Store"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"margin": 4,
"match_brackets": true,
"match_brackets_angle": false,
"match_brackets_braces": true,
"match_brackets_content": true,
"match_brackets_square": true,
"match_selection": true,
"match_tags": true,
"rulers":
[
72,
80
],
"save_on_focus_lost": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false
// "wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment