mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
In its default configuration, Checkstyle would fail on Windows as it would expect CRLF, the system default line separator. Closes gh-4666