Skip to content

Instantly share code, notes, and snippets.

@mocon
Created August 22, 2016 20:13
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 mocon/bf9578f6e848d0cf8f3b395c6ff0c1df to your computer and use it in GitHub Desktop.
Save mocon/bf9578f6e848d0cf8f3b395c6ff0c1df to your computer and use it in GitHub Desktop.
Sublime Text 3 user preferences
{
"auto_complete": true,
"auto_complete_selector": true,
"auto_indent": true,
"detect_indentation": false,
"draw_white_space": "all",
"font_size": 14,
"ignored_packages":
[
"Vintage"
],
"smart_indent": true,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment