Skip to content

Conversation

@sabiwara
Copy link
Contributor

@sabiwara sabiwara commented Dec 20, 2025

Without this, the following

{
  :foo,
  # before 1
  one: 1,
  # before 2
  two: 2
}

gets rewritten as

{
  :foo,
  # before 1
  # before 2
  one: 1, two: 2
}

Unlike

[
  :foo,
  # before 1
  one: 1,
  # before 2
  two: 2
]

which stays as is.

With this fix, the first example is untouched as well.

Context: this can be annoying when trying to comment options within child specs.

Feel free to close if we don't want this, it might cause unwarranted changes judging on the make format changes.

@sabiwara
Copy link
Contributor Author

OK I don't think this is the right fix, closing for now.

@sabiwara sabiwara closed this Dec 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant