Skip to content

Instantly share code, notes, and snippets.

@vitaliy-bobrov
Created May 4, 2016 18:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vitaliy-bobrov/2ededc0643b5b6a9cd2203a1911ff3d9 to your computer and use it in GitHub Desktop.
Save vitaliy-bobrov/2ededc0643b5b6a9cd2203a1911ff3d9 to your computer and use it in GitHub Desktop.
Sublime Text 3 Settings
{
"default_line_ending": "unix",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"fallback_encoding": "UTF-8",
"font_size": 10,
"ignored_packages":
[
"Vintage"
],
"shift_tab_unindent": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"use_tab_stops": true,
"word_separators": "./\\()\\'-:,.;<>~!@#%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment