Skip to content

Instantly share code, notes, and snippets.

@andymantell
Last active December 16, 2015 01:09
Show Gist options
  • Save andymantell/5353167 to your computer and use it in GitHub Desktop.
Save andymantell/5353167 to your computer and use it in GitHub Desktop.
Per project Sublime Text settings
{
"folders": [
{
"path": "www"
}
],
"settings": {
"rulers": [120],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": false,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment