Skip to content

Instantly share code, notes, and snippets.

@poloey
Created January 8, 2018 21:14
Show Gist options
  • Save poloey/6ce670aad19fdce22b292a906cd07011 to your computer and use it in GitHub Desktop.
Save poloey/6ce670aad19fdce22b292a906cd07011 to your computer and use it in GitHub Desktop.
sublime minimal setting
{
"auto_complete_selector": "source, comment, text.plain, meta.tag, punctuation.definition.tag.begin, css",
"auto_complete_with_fields": true,
"auto_id_class": false,
"bold_folder_labels": false,
"caret_extra_width": 0,
"caret_style": "phase",
"color_inactive_tabs": true,
"color_scheme": "Packages/User/SublimeLinter/Breakers (SL).tmTheme",
"drag_text": false,
"draw_white_space": "none",
"line_numbers": false,
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"node_modules"
],
"font_size": 15,
"gutter": true,
"ignored_packages":
[
],
"line_padding_bottom": 3,
"line_padding_top": 4,
"margin": 0,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"scroll_speed": 1.0,
"show_full_path": true,
"spell_check": true,
"tab_completion": false,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"vintage_start_in_command_mode": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment