Skip to content

Commit fba9ee3

Browse files
committed
cider.config tidied up
1 parent 7257f59 commit fba9ee3

File tree

2 files changed

+1
-72
lines changed

2 files changed

+1
-72
lines changed
Binary file not shown.

cider.config

Lines changed: 1 addition & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -1,72 +1 @@
1-
{
2-
CIDER: {
3-
dependencies: {
4-
tatin: "packages",
5-
},
6-
dependencies_dev: {
7-
tatin: "packages_dev=TestCases",
8-
},
9-
distributionFolder: "Dist",
10-
init: "",
11-
make: "Admin.Make 1",
12-
parent: "#",
13-
projectSpace: "GitHubAPIv3",
14-
project_url: "https://github.com/aplteam/GitHubAPIv3",
15-
source: "APLSource",
16-
tests: "TestCases.RunTests",
17-
},
18-
LINK: {
19-
arrays: 0,
20-
beforeRead: "",
21-
beforeWrite: "",
22-
caseCode: 0,
23-
codeExtensions: [
24-
"aplf",
25-
"aplo",
26-
"apln",
27-
"aplc",
28-
"apli",
29-
"dyalog",
30-
"apl",
31-
"mipage",
32-
],
33-
fastLoad: 0,
34-
flatten: 0,
35-
forceExtensions: 0,
36-
forceFilenames: 1,
37-
getFilename: "",
38-
typeExtensions: [
39-
[
40-
2,
41-
"apla",
42-
],
43-
[
44-
3,
45-
"aplf",
46-
],
47-
[
48-
4,
49-
"aplo",
50-
],
51-
[
52-
9.1,
53-
"apln",
54-
],
55-
[
56-
9.4,
57-
"aplc",
58-
],
59-
[
60-
9.5,
61-
"apli",
62-
],
63-
],
64-
watch: "ns",
65-
},
66-
SYSVARS: {
67-
io: 1,
68-
ml: 1,
69-
},
70-
USER: {
71-
},
72-
}
1+
{ CIDER: { dependencies: { nuget: "", tatin: "packages", }, dependencies_dev: { tatin: "packages_dev=TestCases", }, distributionFolder: "Dist", init: "", make: "Admin.Make 1", parent: "#", projectSpace: "GitHubAPIv3", project_url: "https://github.com/aplteam/GitHubAPIv3", source: "APLSource", tests: "TestCases.RunTests", }, LINK: { forceFilenames: 1, watch: "ns", }, SYSVARS: { io: 1, ml: 1, }, USER: { },}

0 commit comments

Comments
 (0)