Last Updated: May 15, 2019
·
1.84K
· Eduardo Martines

Sublime Text: The most badass config

Shortcut

⌘,

Settings - User

{
 "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,
 "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
}

3 Responses
Add your response

Awesome Protip! Thanks for sharing. I have added some of my own options to it and changed some others for PHP Programming, but awesome.

over 1 year ago ·

some cools options in there :D thanks

over 1 year ago ·

Thank you Eduardo!

over 1 year ago ·