Skip to content

Instantly share code, notes, and snippets.

@dotenorio
Created July 10, 2017 12:51
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 dotenorio/713f186cfd5f2fd5a98a1cecd5b50d33 to your computer and use it in GitHub Desktop.
Save dotenorio/713f186cfd5f2fd5a98a1cecd5b50d33 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"enable_tab_scrolling": true,
"font_size": 11,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"rulers":
[
100
],
"show_encoding": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": true,
"wrap_width": 100
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment