-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Format all source code files as per Code-style.md #5456
Comments
@ShashwatKedia Hi! I got a little bit stuck in my other assigned issue, so I'd love to contribute to this one, if available, while I figure out what to do on the other one. |
@axelthepony27 As a general rule we prefer to have only one non-fixed issue assigned per person. 🙂 Feel free to unassign the other one if you want. |
@nicolas-raoul Ahh, I see. Then I'm going to try and finish my other assigned issue first before tackling a new one. Thanks! |
Related: #5198 |
@domdomegg @axelthepony27 @ShashwatKedia Hi, just trying to help prioritize what development work gets done next. Would you be able to have a look at this #6034 and potentially add your thoughts/ priorities to the spreadsheet? Thanks, Chris. |
Hi, all. It looks like the project will potentially move to Kotlin. Can someone confirm which formatting style should be used, so we can publish this and make the code more readable? Thanks, Chris. |
Most of the source code is not formatted according to Code-style.md, which follows Google's Java style. Formatting all source code files will help new contributors adapt to the code style and maintain uniformity in the code.
The text was updated successfully, but these errors were encountered: