unitsofmeasurement / unit-api

Units of Measurement API
http://unitsofmeasurement.github.io/unit-api/
Other
180 stars 42 forks source link

Replace tabulations by 4 spaces #249

Closed desruisseaux closed 1 year ago

desruisseaux commented 1 year ago

The pom.xml file is difficult to read in editors that use 8 spaces per tabulation. Not only the code is stretched to the right, but it is also misaligned because lines using tabulations are interleaved with lines using spaces. The code would be more readable if all tabulations were replaced by spaces. It could be done easily with a script, but all pending pull requests should be merged first for avoiding conflicts.

keilw commented 1 year ago

It's applied via format POM, please check it out and if the file is appropriate close the ticket.

desruisseaux commented 1 year ago

Actually the commit has rather replaced everything by tabulations. Well, at least it is consistent now. But do we want to keep tabulations or use spaces instead?