Skip to content

Instantly share code, notes, and snippets.

@sethillgard
Created October 6, 2012 23:01
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 sethillgard/3846444 to your computer and use it in GitHub Desktop.
Save sethillgard/3846444 to your computer and use it in GitHub Desktop.
Sublime config file
{
"highlight_line": true,
"word_wrap": true,
"font_size": 11,
"tabSize": 2,
"translateTabsToSpaces": true,
"trim_trailing_white_space_on_save": true,
"draw_white_space": "all",
"rulers": [80],
"ignored_packages": []
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment