strongswan / swidGenerator

Application which generates SWID-Tags from Linux package managers like dpkg, rpm or pacman.
MIT License
16 stars 11 forks source link

Replace tabs by spaces in pretty printing #14

Closed strongX509 closed 10 years ago

strongX509 commented 10 years ago

Hi, currently tabs ('\t') are used to indent the xml tags in pretty printing mode. The tabs are sanitized by the strongSwan log to #011 which looks rather ugly. Would it be possible to use an indentation of two space characters as a replacement for a tab character?

Andreas

cfaessler commented 10 years ago

I commited the change into the branch https://github.com/tnc-ba/swidGenerator/tree/tag-visitor. But the branch is still in review. We plan to merge it into the master branch this weekend.

Regards Christian