This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:
var1 = this is a \
multiline value
var2 = "this is a
multiline value"
https://github.com/TwP/inifile#multi-line-values
Would it be possible to add multiline support?
This may be more of a feature request -- I noticed iniparse doesn't handle multiline values:
https://github.com/TwP/inifile#multi-line-values
Would it be possible to add multiline support?