orangeadam3 / terra121

A Minecraft Terrain Generating Mod for Cubic Chunks 1.12.2. attempting to generate real terrain, biomes, and features on a 1:1 scale
MIT License
280 stars 40 forks source link

Make code style consistent #157

Open DaMatrix opened 3 years ago

DaMatrix commented 3 years ago

Okay, normally I hate it when people make PRs like this, making a huge diff simply be reformatting the whole project, but this is just plain ridiculous. This codebase has absolutely no consistency whatsoever.

I've just applied my personal default formatter presets, if you disagree then feel free to ask me to change something or even better, do it yourself. Put your opening braces on the same line or omit them completely, but please, please, please, don't do both within 10 lines of each other! Hell, put your opening braces on the next line for all I care, at this point, that would be better.

Apologies for being salty. Nobody can read your code if it was formatted by rolling dice.