You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
spotless {
...
lineEndings 'GIT_ATTRIBUTES' // can also be WINDOWS, UNIX, or PLATFORM_NATIVE
}
However, if you're using git, I would highly recommend keeping Spotless' default behavior which is to use git's line ending behaviors, and use .gitattributes to set the line endings to Windows. Otherwise Spotless and Git will be fighting each other.
Could newline please be configurable as not everybody uses unix newlines?
The text was updated successfully, but these errors were encountered: