We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If I try to format this code:
foo => { "foo bar": baz }
it end up looking like:
foo => { :"foo bar": baz }
Which is of course broken syntax.
PS. Love the library!