Skip to content

Commit

Permalink
Add sublime-project.
Browse files Browse the repository at this point in the history
Modify .gitignore to ignore .sublime-workspace files.
  • Loading branch information
tansongyang authored and marijnh committed Oct 27, 2015
1 parent 0394487 commit 5daa337
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ results

npm-debug.log
node_modules

*.sublime-workspace
30 changes: 30 additions & 0 deletions tern_for_sublime.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "python -u \"$file\""
}
],
"folders":
[
{
"path": ".",
"folder_exclude_patterns": ["node_modules"]
}
],
"settings":
{
// Sublime Text
"tab_size": 2,
// Anaconda
"pep8_ignore":
[
"E111",
"E114",
"E701"
]
}
}

0 comments on commit 5daa337

Please sign in to comment.