trebol-ecommerce / trebol-backend-monolith

Monolithic eCommerce backend web application that exposes a RESTful API.
MIT License
16 stars 21 forks source link

Java Syntax: Reindent using 4 spaces #243

Closed bglamadrid closed 1 year ago

bglamadrid commented 1 year ago

I came from an Angular background to introduce the .editorconfig file. With it, came a very JS-like indent guide, using 2 spaces, which I kept because why not.

Nowadays, every Java project uses 4 spaces as indent guide! This project should do the same.

This proposed change won't affect the functionality of the code in any way, but it will affect every .java class file. Which can result in undesired conflict resolution issues.

So it would be good to ANNOUNCE any PR for this, OUT LOUD, using BIG WORDS before it is merged.

bglamadrid commented 1 year ago

Solved by #251