bitextor / pdf-extract

PDF parser and converter to HTML
GNU General Public License v3.0
83 stars 14 forks source link

Indentation #6

Closed kpu closed 5 years ago

kpu commented 5 years ago

The code is really hard to read on github presumably due to a mix of spaces and tabs to indent. Can you make it more readable perhaps by mapping tabs to spaces according to your definition?

https://github.com/bitextor/pdf-extract/blob/c1d9f74b47d735534eb4baed6b61713159f21193/PDFExtract/appClientModule/com/java/app/PDFExtract.java

dionwiggins commented 5 years ago

Cleaned up.