Thread to track the stability of the norad UFO write format. Current status: unstable norad v1.0 tracker: https://github.com/linebender/norad/issues/195 Defaults: - line endings: line feed (`\n`) across plist, glif, and fea files on all platforms - spacing: single tab per level - XML declaration header quote style around attributes: double quotes - plist lib keys are sorted in lexicographic ordering by Unicode code point value (see https://github.com/source-foundry/ufofmt/issues/22#issuecomment-888458602) | glif | plist | fea -- | -- | -- | -- line ending | line feed | line feed | line feed XML declaration | double quotes | double quotes | n/a indentation spacing | single tab | single tab | n/a
Thread to track the stability of the norad UFO write format.
Current status: unstable
norad v1.0 tracker: linebender/norad#195
Defaults:
\n) across plist, glif, and fea files on all platforms