Skip to content
Snippets Groups Projects
Commit 8954fa95 authored by Dave Syer's avatar Dave Syer
Browse files

Add note about autocrlf on windows

parent 0d8a80da
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment