magiconair / properties

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

Sorting property keys #40

Closed mkjor closed 5 years ago

mkjor commented 5 years ago

We're processing a lot of property files in Git repositories. To see easily differences of property changes (and not structure or order changes) the property files are sorted by their key. With this pull request this great properties module will be able to sort the property keys in alphabetical order. There are no changes of the current functionality.

magiconair commented 5 years ago

Thank you!