Skip to content

Instantly share code, notes, and snippets.

@michaeljymsgutierrez
Created May 17, 2019 04:43
Show Gist options
  • Select an option

  • Save michaeljymsgutierrez/e34da0d50f8df29b80ec3063c0059602 to your computer and use it in GitHub Desktop.

Select an option

Save michaeljymsgutierrez/e34da0d50f8df29b80ec3063c0059602 to your computer and use it in GitHub Desktop.
Sublime Text 3 - Settings
{
"color_scheme": "Packages/Monokai++/themes/Monokai++.tmTheme",
"detect_indentation": false,
"font_size": 12,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"index_files": false,
"index_workers": 2,
"remember_open_files": false,
"tab_size": 2,
"theme": "Adaptive.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment