hassankhan / config

Config is a lightweight configuration file loader that supports PHP, INI, XML, JSON, and YAML files
MIT License
971 stars 136 forks source link

Added support for Properties files #128

Closed markdegrootnl closed 3 years ago

markdegrootnl commented 3 years ago

Added support for Java properties files.

Properties files are close to ini files, but as @DavidePastore pointed out, not completely the same. That's why I've written a dedicated parser and writer.

DavidePastore commented 3 years ago

@markdegrootnl, thanks for your fast changes!