Skip to content

Commit d8d3fc0

Browse files
emiloslavskymr-c
authored andcommitted
fixe yaml indentation in complex example
1 parent 4ecdd01 commit d8d3fc0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_extras/yaml.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -148,19 +148,19 @@ and a more complex example combining maps and arrays:
148148
exclusive_parameters:
149149
type:
150150
- type: record
151-
name: itemC
152-
fields:
153-
itemC:
154-
type: string
155-
inputBinding:
156-
prefix: -C
151+
name: itemC
152+
fields:
153+
itemC:
154+
type: string
155+
inputBinding:
156+
prefix: -C
157157
- type: record
158-
name: itemD
159-
fields:
160-
itemD:
161-
type: string
162-
inputBinding:
163-
prefix: -D
158+
name: itemD
159+
fields:
160+
itemD:
161+
type: string
162+
inputBinding:
163+
prefix: -D
164164
```
165165

166166
### JSON Style

0 commit comments

Comments
 (0)