Open frankrolf opened 5 years ago
This would be very nice, since every time a UFO is normalized but not changed, then still we get extra data in the diff that is distracting.
I’ve moved to just not ever write the mod times – which makes #43 a reasonable suggestion.
PRs welcome
I would like to benefit from the speed of storing modification times, and therefore need to store them in the UFO. The current version of ufonormalizer stores them in
layerinfo.plist
(for glif files) andlib.plist
(for fontinfo files). This creates unnecessary data changes in version control.Would it be possible for all those strings to live in their own, self-contained file in the /data folder? (Similar to com.adobe.type.processedHashMap)?