Skip to content

Instantly share code, notes, and snippets.

@IslamAzab
Last active August 2, 2016 14:40
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 IslamAzab/5881713 to your computer and use it in GitHub Desktop.
Save IslamAzab/5881713 to your computer and use it in GitHub Desktop.
Sublime Shortcuts
{
"draw_white_space": "all",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
// The number of spaces a tab is considered equal to
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true,
"auto_complete_delay": 0,
"word_wrap": true,
"spell_check": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment