You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using single_line_tuples, tuples are formatted like (123, 456). GlyphsApp, however, doesn't output the space after the comma and formats as (123,456).
When using
single_line_tuples
, tuples are formatted like(123, 456)
. GlyphsApp, however, doesn't output the space after the comma and formats as(123,456)
.openstep-plist/src/openstep_plist/writer.pyx
Lines 469 to 471 in 61dc6ac
Do we want to (optionally) format like GlyphsApp? I'll gladly PR this.
Do we want to:
My preference would the the second option.
The text was updated successfully, but these errors were encountered: