Skip to content

Instantly share code, notes, and snippets.

@moisesnarvaez
Created June 25, 2018 19:41
Show Gist options
  • Save moisesnarvaez/afc94965d1fa7e4b00471f76b7b6fea9 to your computer and use it in GitHub Desktop.
Save moisesnarvaez/afc94965d1fa7e4b00471f76b7b6fea9 to your computer and use it in GitHub Desktop.
Sublime Configuration
Key Bindings
================
{ "keys": ["super+shift+r"], "command": "reveal_in_side_bar" }
User Preferences
================
{
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"rulers": [80],
"ensure_newline_at_eof_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment