magiconair / properties

Java properties scanner for Go
BSD 2-Clause "Simplified" License
323 stars 77 forks source link

Specification of key and value separator added #41

Closed mkjor closed 4 years ago

mkjor commented 4 years ago

We're processing a lot of property files in Git repositories. There are now Go an Java tools working on them. To see easily differences of property changes (and not structure or order changes) the written property files should not differ depending the tool technology. With this pull request this great properties module will provide the ability to set the separator string between key and value while writing. There are no changes of the current functionality.

mkjor commented 4 years ago

I fixed it localy and before pushing i see you allready done it. Thanks!