PolyhedralDev / Terra

Voxel world generation modding platform
MIT License
638 stars 83 forks source link

Change Java whitespace handling in .editorconfig #425

Closed Astrashh closed 9 months ago

Astrashh commented 9 months ago

Pull Request

Brief description.

Removes trailing whitespace characters for blank lines, and changes alignment such that it is more consistent and less strange looking for deeply nested functional-style statements. Also removes weird close parenthesis alignment.

What Issues Does This Fix?

Whitespace looks a bit strange in some areas, namely with lambdas, chained calls, and close parens. Also inconsistent indentation based on method name length makes it harder to gauge indentation level compared to just keeping consistent indentation of 4 spaces

Licensing

Types of changes

Compatiblity

Contribution Guidelines.

Documentation

Testing