Skip to content

Commit 5c33e24

Browse files
committed
all: cue fmt
We don't enforce this yet, but will soon. Signed-off-by: Daniel Martí <[email protected]> Change-Id: Idfe72a511c70148a9730aeeb234a45a19b630fd6 Reviewed-on: https://review.gerrithub.io/c/cue-lang/cue/+/1214697 TryBot-Result: CUEcueckoo <[email protected]> Reviewed-by: Roger Peppe <[email protected]> Unity-Result: CUE porcuepine <[email protected]>
1 parent 8ca0f5b commit 5c33e24

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

internal/ci/goreleaser/goreleaser.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ config: {
5353
"doc/ref/spec.md",
5454
]
5555
format_overrides: [{
56-
goos: "windows"
56+
goos: "windows"
5757
formats: ["zip"]
5858
}]
5959
}]

internal/filetypes/types.cue

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ package build
2727
interpretation?: #Interpretation
2828
form?: #Form
2929
// Note: tags includes values for non-boolean tags only.
30-
tags?: [string]: string
30+
tags?: [string]: string
3131
boolTags?: [string]: bool
3232
}
3333

@@ -95,12 +95,12 @@ modes: input: {
9595
encodings: cue: {
9696
*forms.schema | _
9797
}
98-
extensions: "-": encoding: *"cue" | _
98+
extensions: "-": encoding: *"cue" | _
9999
extensions: ".json": interpretation: *"auto" | _
100100
extensions: ".yaml": interpretation: *"auto" | _
101-
extensions: ".yml": interpretation: *"auto" | _
101+
extensions: ".yml": interpretation: *"auto" | _
102102
extensions: ".toml": interpretation: *"auto" | _
103-
extensions: ".xml": interpretation: *"auto" | _
103+
extensions: ".xml": interpretation: *"auto" | _
104104
}
105105

106106
modes: export: {
@@ -344,11 +344,11 @@ tagInfo: {
344344
dag: form: "dag"
345345
data: form: "data"
346346

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"
352352
xml: {
353353
encoding: "xml"
354354
boolTags: {

0 commit comments

Comments
 (0)