Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Java Formatting #10652

Open
JREastonMarks opened this issue Feb 20, 2024 · 0 comments · May be fixed by #10653
Open

Java Formatting #10652

JREastonMarks opened this issue Feb 20, 2024 · 0 comments · May be fixed by #10653
Assignees

Comments

@JREastonMarks
Copy link
Contributor

Problem
Currently, cBioPortal backend has no defined formatting for it's code. This has resulted in differences in indentation, tabs/spaces, and other formatting issues. This means that the code has no defined look.

Proposed Solution
Adapt Google Java Style Guide found here. This will allow us to add a formatter to our build process using a new GitHub Action. Developers can also add formatter to their IDEs.

Note: The documentation will also need to be updated to reflect this change.

@JREastonMarks JREastonMarks linked a pull request Feb 20, 2024 that will close this issue
@JREastonMarks JREastonMarks linked a pull request Feb 20, 2024 that will close this issue
@JREastonMarks JREastonMarks self-assigned this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant