Skip to content

line wrapping in properties files #34

Description

@pohutukawa

I've been looking and trying like crazy, but I can't find an option to allow for value continuation in the following line by adding backslash \ at the end of a line.

This is specified and allowed in the Java .properties specification, and we're using a .properties file between Java and TypeScript properties as a common/shared set of test vectors to keep the implementations consistent. Unfortunately this package doesn't support that feature (e.g. for keeping JSON values tidy across several lines), so there's always the danger of introducing errors through this.

Is there a possibility this feature may make its way into the properties module?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions