-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Open
Labels
Area - Automation/Static AnalysisArea - DevFor items related to the project itself, like dev docs and checklists, but not CIFor items related to the project itself, like dev docs and checklists, but not CIDiscuss
Description
currently we have an IntelliJ code formatter, an Eclipse code formatter and extras in checkstyle rules related to code formatting. all three of them are probably out of sync. Many times even after I format the code with IntelliJ, I still get formatting errors from checkstyle.
should we adopt some well known code formatting and tools , e.g. https://github.com/google/google-java-format and enforce them with checkstyle e.g. https://checkstyle.sourceforge.io/google_style.html that would be in sync and all the formatting rules are well written.
Related #1951
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area - Automation/Static AnalysisArea - DevFor items related to the project itself, like dev docs and checklists, but not CIFor items related to the project itself, like dev docs and checklists, but not CIDiscuss