We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.,/gradlew :spottlessApply looks at .gitattributes for determining the proper line endings, which is configured with * text=auto
* text=auto
In Windows this results in Spotless changing all line endings to CRLF, instead of leaving them on LF.
Would like to change the setup in .gitattributes to * text=auto eol=lf. With that setting, Spotless leaves the LF line endings in place
* text=auto eol=lf
Agree?
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
.,/gradlew :spottlessApply looks at .gitattributes for determining the proper line endings, which is configured with
* text=auto
In Windows this results in Spotless changing all line endings to CRLF, instead of leaving them on LF.
Would like to change the setup in .gitattributes to
* text=auto eol=lf
. With that setting, Spotless leaves the LF line endings in placeAgree?
The text was updated successfully, but these errors were encountered: