KeyWorksRW / wxUiEditor

RAD tool used to create and maintain wxWidgets UI elements.
Apache License 2.0
61 stars 6 forks source link

Change pugixml line endings to just LF not LF/CR #1422

Closed KeyWorksRW closed 4 months ago

KeyWorksRW commented 5 months ago

Description:

I think the overhaul of pugixml resulted in lf/cr line endings instead of just lf. While Windows traditionally uses cr/lf line endings, there are very few circumstances where it's needed -- and it's particularly a bad idea for git-tracked XML files. It needs to be switched back to LF only endings.