pinosaur
/
smdp.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
removed trailing colon for sublime text 2 compatibility
[smdp.git]
/
mdp.sublime-project
1
{
2
"settings":
3
{
4
"tab_size": 4,
5
"translate_tabs_to_spaces": true,
6
"use_tab_stops": false
7
}
8
,"folders":
9
[
10
{
11
"follow_symlinks": true,
12
"path": ".",
13
"file_exclude_patterns": [".*", "mdp", "mdp.sublime-project"]
14
}
15
]
16
,"build_systems":
17
[
18
{
19
"name": "mdp",
20
"cmd": ["make"],
21
"working_dir": "${project_path:${folder}}",
22
23
"variants":
24
[
25
{
26
"name": "clean",
27
"cmd": ["make", "clean"]
28
}
29
]
30
}
31
]
32
}