WrenSecurity / wrensec-commons

Community fork of ForgeRock Commons, which contains common utility code used by multiple products originally developed by ForgeRock.
http://wrensecurity.org
0 stars 10 forks source link

Force our coding style - reformat code base #30

Closed pavelhoral closed 1 year ago

pavelhoral commented 3 years ago

I think we should reformat source files in this project to align them with our coding standard. This is mainly about changing white-space / indentation.

This might be a bit controversial request as it will make file history harder to read (especially blaming). However it is IMO a necessary change if we want to have maintainable code base.

pavelhoral commented 1 year ago

After thinking about this a bit I consider this as a nonsense request and waste of resources. There is no actual need for this and it will break compatibility with any other forks.

Changing format for a specific file / package when actualluy modifiying the code or implementing a new feature is a different story, but that is not what this issue was about.