From 8954fa9585b02ba035662ab1385dce20a8c15efc Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Wed, 12 May 2021 10:45:14 +0100 Subject: [PATCH] Add note about autocrlf on windows --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index fe2ff72b3..c31c8a162 100644 --- a/readme.md +++ b/readme.md @@ -24,6 +24,8 @@ Or you can run it from Maven directly using the Spring Boot Maven plugin. If you ./mvnw spring-boot:run ``` +> NOTE: Windows users should set `git config core.autocrlf true` to avoid format assertions failing the build (use `--global` to set that flag globally). + ## In case you find a bug/suggested improvement for Spring Petclinic Our issue tracker is available here: https://github.com/spring-projects/spring-petclinic/issues