Skip to content

Instantly share code, notes, and snippets.

@eduardomartines
Created September 7, 2014 05:19
Show Gist options
  • Save eduardomartines/05d896817ea76eb4df3f to your computer and use it in GitHub Desktop.
Save eduardomartines/05d896817ea76eb4df3f to your computer and use it in GitHub Desktop.
Configuração perfeita para o Sublime Text
{
"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": "phase",
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_indentation": true,
"drag_text": true,
"draw_indent_guides": true,
"draw_minimap_border": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": 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_options":
[
"no_round"
],
"font_size": 12.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
],
"indent_guide_options":
[
"draw_normal"
],
"indent_subsequent_lines": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"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,
"scroll_past_end": true,
"scroll_speed": 1.5,
"shift_tab_unindent": true,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": "false",
"wrap_width": 80
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment