ProteoWizard / pwiz

The ProteoWizard Library is a set of software libraries and tools for rapid development of mass spectrometry and proteomic data analysis software.
http://proteowizard.sourceforge.net/
Apache License 2.0
218 stars 99 forks source link

Normalize whitespace in .resx files (#3035) #3036

Closed nickshulman closed 3 months ago

nickshulman commented 3 months ago

Change encoding to UTF-8 no byte order mark Replace tabs in comments with two spaces Remove text nodes from top-level elements and reformat XML

Added C# project for command line tool "pwiz_tools\Skyline\Executables\DevTools\NormalizeResxWhitespace"