spotless icon indicating copy to clipboard operation
spotless copied to clipboard

Sorting properties files

Open Vlatombe opened this issue 10 months ago • 1 comments

Properties files are often subject to scm merge conflicts.

It would be nice for spotless to have the ability to sort them alphabetically.

Vlatombe avatar Mar 25 '24 09:03 Vlatombe

https://docs.oracle.com/en/java/javase/21/docs/api/java.base/java/util/Properties.html to be clear. https://github.com/apache/netbeans/blob/dbb80507449c2ea148150d013f13d95cce810319/platform/openide.util/src/org/openide/util/EditableProperties.java may be useful.

jglick avatar Mar 25 '24 11:03 jglick