Add sublime project.

main
Felix Martin 2020-01-03 22:01:42 -05:00
parent 8a8b540ee0
commit d0aeb219e1
2 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,4 @@
*.swp
.ipynb_checkpoints
__pycache__
euler.sublime-project
euler.sublime-workspace

20
euler.sublime-project Normal file
View File

@ -0,0 +1,20 @@
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"python\" -u \"$file\""
}
],
"folders":
[
{
"path": "python"
},
{
"path": "txt"
}
]
}