repo2pdf
repo2pdf copied to clipboard
Fixed for formatting errors and uncompliant UTF8 documents
Some files had bad UTF-8 compliance or unicode but needed to be UTF-8 :
- NBSP
U+00A0NO-BREAK SPACE - THSP
U+202FNARROW NO-BREAK SPAC among other nonstandard encoding for PDFkit to process.
I've used prettier to adjust the formatting on most filetypes. There might be some edge case situations that needs to be address
- [x] Updated
.gitignore - [x] Removed tracked files not needed
- [x] Fixed formatting on incompliance in
clone.ts - [x] Remove
\ttabs and replace with 4 space - [ ] Test edge cases that
prettierwill not work
Hey @jbirbal-skydom, Thanks for the PR. Will go ahead and look into this later this week and go ahead and push after some testing. Again thanks for contributing.