forked from getodk/collect
-
Notifications
You must be signed in to change notification settings - Fork 0
‐0908 Enforce LF in Windows
David Wright edited this page Dec 1, 2024
·
1 revision
Revises #880
Tested manually (and used in practice) on Windows 10/11 including WSL2 Ubuntu.
The previous attempt to address this issue didn't follow the recommended Git syntax.
How does this change affect users? Describe intentional changes to behavior and behavior that could have accidentally been affected by code changes. In other words, what are the regression risks?
Does this change require updates to documentation? If so, please file an issue here and include the link below.
- run
./gradlew checkAll
and confirmed all checks still pass OR confirm CircleCI build passes and run./gradlew connectedDebugAndroidTest
locally. - verified that any code or assets from external sources are properly credited in comments and/or in the about file.
- verified that any new UI elements use theme colors. UI Components Style guidelines