-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add XML declaration custom single/double quote style support in glif and *.plist files #157
Add XML declaration custom single/double quote style support in glif and *.plist files #157
Conversation
Ready for review. I'll begin working on tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cool, this looks good. I think just rewriting the file before closing the file handle is a reasonable approach, and the code seems nice and compact.
One naming nit, and then I'm going to patch that double write separately and investigate the performance a bit more.
Do we want to add Win CI testing since there are platform-specific approaches added here? |
I think so! |
|
Tests added |
…e / double quote style support
Co-authored-by: Colin Rofls <colin@cmyr.net>
0c0663c
to
8169c76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one tiny fixup, I'll apply that and merge. :)
Closes #156