Skip to content

Commit bed47e3

Browse files
committed
add sublime project
1 parent b2eac85 commit bed47e3

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

omnisharp.sublime-project

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"folders":
3+
[
4+
{
5+
"name": "OmniSharp",
6+
"follow_symlinks": true,
7+
"path": ".",
8+
"file_exclude_patterns":
9+
[
10+
"*.meta",
11+
"*.png",
12+
"*.dll",
13+
"*.mdb"
14+
],
15+
"folder_exclude_patterns":
16+
[
17+
"Library"
18+
]
19+
}
20+
],
21+
"settings":
22+
{
23+
"tab_size": 4
24+
},
25+
"solution_file": "./OmniSharp.sln"
26+
}

0 commit comments

Comments
 (0)