-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path.sublime-project
48 lines (48 loc) · 929 Bytes
/
.sublime-project
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"folders": [
{
"path": "ork.core",
"folder_exclude_patterns": [],
"follow_symlinks": true
},
{
"path": "ork.lev2",
"folder_exclude_patterns": [],
"follow_symlinks": true
},
{
"path": "ork.ecs",
"folder_exclude_patterns": [],
"follow_symlinks": true
}
],
"settings": {
"tab_size": 4
},
"build_systems": [],
"auto_complete": true,
"auto_complete_selector": "source - comment",
"auto_complete_triggers": [
{
"characters": "."
},
{
"characters": ">"
}
],
"extensions": [
"cpp",
"h",
"hpp",
"inl"
],
"include_dirs": [
"/usr/include/c++/4.4.7",
"/usr/lib/clang/3.4.2/include",
"/usr/include/c++/4.4.4/x86_64-redhat-linux/",
"/usr/include",
"$ORKID_WORKSPACE_DIR/ork.core/inc",
"$ORKID_WORKSPACE_DIR/ork.lev2/inc",
"$ORKID_WORKSPACE_DIR/ork.ecs/inc",
]
}