dell / libsmbios

library for interacting with Dell SMBIOS tables
Other
192 stars 39 forks source link

Fix token list csv formatting #82

Closed awehrfritz closed 4 years ago

awehrfritz commented 4 years ago

The formatting of the token_list.csv file was broken in various places preventing GitHub to render the table properly (and possibly issues with other CSV-parsers as well).

Having GitHub render this file nicely makes it easier to search for particular settings, see https://help.github.com/en/github/managing-files-in-a-repository/rendering-csv-and-tsv-data for details.

I also noted that there is a file called token_list-update.csv, which seems out of date - despite the name. I have not updated that one, but I would suggest to delete it if it is not needed anymore to avoid confusion.

superm1 commented 4 years ago

Thanks for this change, this is great! I had no idea Github could render it properly like that too. I'll follow your recommendation to remove the update CSV as you're right, it's not used by anything.