Skip to content

Preserve multiline strings #96

Description

@randombyte-developer

Like in Python you can do:

node1="""Just a string "with" quotes!"""

as described here: https://github.com/lightbend/config/blob/master/HOCON.md#multi-line-strings

Configurate reads it correctly but always saves it back as followed:

node1="Just a string \"with\" quotes!"

I suggest there should be some type of option to enable triple quotes for strings that contain a least one " quote.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions