forked from DomBlack/php-scrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphp-scrypt.sublime-project
45 lines (44 loc) · 984 Bytes
/
php-scrypt.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
{
"folders":
[
{
"path": "./",
"file_exclude_patterns":
[
"*.sublime-project",
".deps",
"ac*.m4",
"config.h*",
"config.log",
"config.nice",
"config.guess",
"configure*",
"config.s*",
"*.la",
"*.lo",
"*sh",
"libtool",
"Makefile*",
"missing",
"mkinstalldirs",
"run-tests.php",
"tests/*.diff",
"tests/*.exp",
"tests/*.log",
"tests/*.out"
],
"folder_exclude_patterns":
[
".libs",
"*.cache",
"build",
"include",
"modules"
]
}
],
"settings":
{
"tab_size": 4
}
}