Replies: 2 comments
-
What part of the code are you referring to? |
Beta Was this translation helpful? Give feedback.
0 replies
-
That was quite a while ago, but I think I wanted to set
a:
- b: 1
- c: 2
- d: 3
- e:
aa: 1
bb: 2
cc: 3 I got: a:
- b: 1
- c: 2
- d: 3
- e:
aa: 1
bb: 2
cc: 3 i.e. the list inside |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It seems to me that having
:indicator-indent
set to the same value as:indent
would generate just as valid YAML as not. For that matter, I think it would be also valid if it was greater. Am I wrong?Beta Was this translation helpful? Give feedback.
All reactions