I have a properties file with a property with a List value (comma separated), how to write this property in a multi-line ? (backslash after the comma)?
I can\'t find
Another option could be is to use one of properties formats that is designed to support multi-line values.
XML can handle multi-line properties well, but it has a lot of noise.
MProps: is an example of the format with almost no special formatting required: https://github.com/mprops/mprops-java