···3434 or by "re-writing history" (with your permission and leaving your commit authorship intact),
3535 revising each commit to apply formatting.
36363737+ - Android Java and Kotlin code can be formatted using "Spotless" by running `./gradlew spotlessApply`.
3838+3739- Avoid including whitespace or other formatting changes to unrelated code when committing.
3840 The `git add -p` command or the "stage selected lines/hunks" feature of various Git GUIs are
3941 great ways of making sure you only stage and commit the changes that you mean to.