Skip to content

Instantly share code, notes, and snippets.

@egel
Created July 4, 2014 09:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save egel/66703eef4215a61a0948 to your computer and use it in GitHub Desktop.
Save egel/66703eef4215a61a0948 to your computer and use it in GitHub Desktop.
Settings for Python ".sublime-project" file for Sublime text editor
{
"folders":
[
{
"follow_symlinks": true,
"path": ".",
"folder_exclude_patterns":
[
"bin",
"include",
"lib",
"local",
"*.idea",
],
"file_exclude_patterns":
[
"README.html",
".DS_Store",
"*.pid",
"*.pyc",
],
},
],
"settings":
{
"tab_size": 4,
"rulers":[79],
"word_wrap": true,
"wrap_width": 80,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment