Bulldog83 / JustMap

A minimap mod for Minecraft with Fabric launcher.
GNU General Public License v3.0
42 stars 17 forks source link

Fix whitespace #110

Closed magicus closed 2 years ago

magicus commented 2 years ago

This PR removes all trailing whitespace in all files at once, to avoid future spurious whitespace changes.

I also noticed a few files that didn't use tabs for indentations (some of them were mine, sorry, didn't notice this!), and fixed them as well.

This PR touches many files (if not all), but all changes are trivial.

magicus commented 2 years ago

The changes looks worse than they are since this is based on my previous cleanup fixes.

Bulldog83 commented 2 years ago

I can't merge this and the following PRs, they contain conflicts.

magicus commented 2 years ago

@Bulldog83 I've rebased this on your current master branch, so now the conflicts are gone. I might have to do that with the other PRs as well.