You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This works, but the resulting formatting seems really wonky:
peers { - "foo"
- "bar"
}
Which makes me think that maybe I'm doing something wrong? Or this is a bug. In either way, I thought I'd open an issue about it. Any help is much appreciated!
The text was updated successfully, but these errors were encountered:
oh. Yeah this is probably a bug? I don't have time to look at it right now, but I imagine we should be putting newlines in the right places by default?
Hey,
I have a config schema that has a
peers
block where I use dash vals to create a list:I have a function which finds the correct node and then inserts a node into its child block:
This works, but the resulting formatting seems really wonky:
Which makes me think that maybe I'm doing something wrong? Or this is a bug. In either way, I thought I'd open an issue about it. Any help is much appreciated!
The text was updated successfully, but these errors were encountered: