Format all XML files in codebase#643
Conversation
Thank you for the pull request! 💙🩵The Scribe-Android team will do our best to address your contribution as soon as we can. The following are some important points:
Note Scribe uses Conventional Comments in reviews to make sure that communication is as clear as possible. |
Maintainer ChecklistThe following is a checklist for maintainers to make sure this process goes as well as possible. Feel free to address the points below yourself in further commits if you realize that actions are needed :)
|
|
CC @angrezichatterbox 👋 Let me know if there was something wrong with these formatting changes and we can switch it to something a bit more standard. Would be nice to also get linting for XML set up! |
|
Will merge and we can clean up if something's not correct here :) |
Contributor checklist
./gradlew lintKotlin detekt testcommand as directed in the testing section of the contributing guideDescription
I noticed that the XML files in the codebase are using pretty varied formatting. This PR formats them all with 4 spaces :)
Related issue