Skip to content

‐0908 Enforce LF in Windows

David Wright edited this page Dec 1, 2024 · 1 revision

Revises #880

What has been done to verify that this works as intended?

Tested manually (and used in practice) on Windows 10/11 including WSL2 Ubuntu.

Why is this the best possible solution? Were any other approaches considered?

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?

Do we need any specific form for testing your changes? If so, please attach one.

Does this change require updates to documentation? If so, please file an issue here and include the link below.

Before submitting this PR, please make sure you have:

  • 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
Clone this wiki locally