File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ config: {
53
53
" doc/ref/spec.md " ,
54
54
]
55
55
format_overrides : [{
56
- goos : " windows "
56
+ goos : " windows "
57
57
formats : [" zip " ]
58
58
}]
59
59
}]
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ package build
27
27
interpretation ?: #Interpretation
28
28
form ?: #Form
29
29
// Note: tags includes values for non-boolean tags only.
30
- tags ?: [string ]: string
30
+ tags ?: [string ]: string
31
31
boolTags ?: [string ]: bool
32
32
}
33
33
@@ -95,12 +95,12 @@ modes: input: {
95
95
encodings : cue : {
96
96
* forms .schema | _
97
97
}
98
- extensions : " - " : encoding : * " cue " | _
98
+ extensions : " - " : encoding : * " cue " | _
99
99
extensions : " .json " : interpretation : * " auto " | _
100
100
extensions : " .yaml " : interpretation : * " auto " | _
101
- extensions : " .yml " : interpretation : * " auto " | _
101
+ extensions : " .yml " : interpretation : * " auto " | _
102
102
extensions : " .toml " : interpretation : * " auto " | _
103
- extensions : " .xml " : interpretation : * " auto " | _
103
+ extensions : " .xml " : interpretation : * " auto " | _
104
104
}
105
105
106
106
modes : export : {
@@ -344,11 +344,11 @@ tagInfo: {
344
344
dag : form : " dag "
345
345
data : form : " data "
346
346
347
- cue : encoding : " cue "
348
- json : encoding : " json "
349
- jsonl : encoding : " jsonl "
350
- yaml : encoding : " yaml "
351
- toml : encoding : " toml "
347
+ cue : encoding : " cue "
348
+ json : encoding : " json "
349
+ jsonl : encoding : " jsonl "
350
+ yaml : encoding : " yaml "
351
+ toml : encoding : " toml "
352
352
xml : {
353
353
encoding : " xml "
354
354
boolTags : {
You can’t perform that action at this time.
0 commit comments