pipauwel / IFCtoRDF

IFCtoRDF is a set of reusable Java components that allows to parse IFC-SPF files and convert them into RDF graphs.
Other
83 stars 31 forks source link

Use maven-java-formatter-plugin to format all code #3

Closed lewismc closed 7 years ago

lewismc commented 7 years ago

Right now the code could do with being formatted. It will make it look much better as we continue to clean it up. We can use the https://github.com/revelc/formatter-maven-plugin to achieve this.