Skip to content

Instantly share code, notes, and snippets.

@Alcotana
Created May 26, 2017 17:58
Show Gist options
  • Save Alcotana/d39011eb9c259547f800bab31da28754 to your computer and use it in GitHub Desktop.
Save Alcotana/d39011eb9c259547f800bab31da28754 to your computer and use it in GitHub Desktop.
Sublime Text 3 - General Configuration
{
"always_show_minimap_viewport": true,
"auto_find_in_selection": true,
"caret_style": "blink",
"detect_indentation": false,
"drag_text": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"folder_exclude_patterns":
[
".git",
".sass-cache",
".svn",
"node_modules"
],
"font_options":
[
"directwrite",
"subpixel_antialias"
],
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Default",
"Vintage",
"ZenCoding"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"open_files_in_new_window": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_separators": "./\\()\"'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment