spotless
spotless copied to clipboard
Unable to set SORT_PROPERTIES_ALPHABETICALLY in Jackson's config
It'd be nice to format json/yaml files with alphabetically sorted properties for consistency reasons, unfortunately Jackson's SORT_PROPERTIES_ALPHABETICALLY
is a MapperFeature
so it cannot be enabled through Spotless right now because it only accepts SerializationFeature
.