The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

contributing: Mention how to run spotless.

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