-
Notifications
You must be signed in to change notification settings - Fork 4
/
wings.json
41 lines (41 loc) · 1.48 KB
/
wings.json
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
{
"acronyms": ["id"],
"header": [
"This is a generated file",
"",
"If you would like to make any changes, please edit the source file instead.",
"run `plz genFile -- {#SOURCE_FILE} -c:wings.json` upon completion."
],
"logging": 6,
"outputRootDirs": ["", "wings"],
"prefixes": {
"go": "github.com/binhonglee/wings"
},
"langFilter": [
"go", "kt", "nim", "py", "ts"
],
"skipImport": false,
"langConfigs": [
"examples/input/templates/go.json",
"examples/input/templates/kt.json",
"examples/input/templates/nim.json",
"examples/input/templates/py.json",
"examples/input/templates/ts.json"
],
"remoteLangConfigs": [{
"url": "https://raw.githubusercontent.com/binhonglee/wings/devel/examples/input/templates/go.json",
"hash": "F6F38AE46ACB6A79EB333D360EF3705CBF76CDC1"
}, {
"url": "https://raw.githubusercontent.com/binhonglee/wings/devel/examples/input/templates/kt.json",
"hash": "7885BBF682B5A931468A0A6BA51B47EA9CB31C79"
}, {
"url": "https://raw.githubusercontent.com/binhonglee/wings/devel/examples/input/templates/nim.json",
"hash": "BF55F9715D5997EE718DF811AB5F7194A76DF404"
}, {
"url": "https://raw.githubusercontent.com/binhonglee/wings/devel/examples/input/templates/py.json",
"hash": "CC07CDD6622A39E0E09A13E6107FC3BBBC8A428B"
}, {
"url": "https://raw.githubusercontent.com/binhonglee/wings/devel/examples/input/templates/ts.json",
"hash": "9E59AB2883F3C1DE2E6338622E067588420A069C"
}]
}