Skip to content

Commit

Permalink
add sublime project
Browse files Browse the repository at this point in the history
  • Loading branch information
nosami committed Oct 23, 2014
1 parent b2eac85 commit bed47e3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions omnisharp.sublime-project
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"folders":
[
{
"name": "OmniSharp",
"follow_symlinks": true,
"path": ".",
"file_exclude_patterns":
[
"*.meta",
"*.png",
"*.dll",
"*.mdb"
],
"folder_exclude_patterns":
[
"Library"
]
}
],
"settings":
{
"tab_size": 4
},
"solution_file": "./OmniSharp.sln"
}

0 comments on commit bed47e3

Please sign in to comment.