OpenMRS
Android client: Set a code style
The current way to format code is to use Android Studio's default formatter, but it's subject to change. We need a fixed formatter that everyone can straight away use when setting up a dev environment.
Steps
- Read this wiki and download the .xml formatter file.
- Refer to this post and import the scheme to the project. Make sure you're using Android Studio.
- Update
.gitignore
so that.idea/codestyles
folder is not ignored. Use gitignore.io for this. - Add instructions to our README.md on how to use the formatter.
Task tags
Students who completed this task
riskycase