ppkarwasz commented on PR #10: URL: https://github.com/apache/logging-parent/pull/10#issuecomment-1513767696
@rgoers, the proposed Spotless configuration fails the build if it finds CRLF in a Java, XML or YAML file. If this PR is accepted I will couple it with a [`.gitattributes` file](https://git-scm.com/book/en/v2/Customizing-Git-Git-Attributes) in **each repo** that will: * checkout Java, XML an YAML files with LF line endings regardless of the user's `core.autocrlf` setting, * convert any kind of line endings to LF when committing. Windows users will have an initial discomfort, since their working trees might use CRLF line endings until "Git touches them". On the other hand Spotless will work in the source archive, since it will not look for a `.git` subdirectory. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
