-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweave-config-sample.json
38 lines (38 loc) · 1.23 KB
/
weave-config-sample.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
{
"platform": "",
"headerColumnName": "Optional, remove if unused / default is suitable",
"keyColumnName": "Optional, remove if unused / default is suitable",
"strings": {
"sources": [
{
"title": "",
"url": ""
}
],
"languages": [
{
"id": "",
"path": ""
}
]
},
"constants": [
{
"title": "",
"sources": [
{
"title": "",
"url": ""
}
],
"path": "",
"packageName": "",
"typeColumnName": "Optional, remove if unused",
"valueColumnName": "Optional, remove if unused (defaults to value)",
"valuesAlignColumn": "Optional Int, remove if unused (if used, remove quotes)",
"typeCasing": "Optional, remove if unused (defaults to pascal). Must be none, camel, pascal, snake, caps",
"keyCasing": "Optional, remove if unused (defaults to camel). Must be none, camel, pascal, snake, caps",
"isTopLevelClassCreated": "Optional boolean, remove if unused (if used, remove quotes)"
}
]
}