Skip to content

Commit b1360bc

Browse files
authored
spring-javaformat and Git on Windows
Hi, when authors of spring-javaformat will clarify how to use formatter (see spring-io/spring-javaformat#202) on windows it would be nice to have this clarified in README. What do you think? Thx Ivos
1 parent 0b9ebf8 commit b1360bc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,11 @@ the `.mvn` configuration, so if you find you have to do it to make a
471471
build succeed, please raise a ticket to get the settings added to
472472
source control.
473473

474+
NOTE: Be aware that when you clone repository on Windows and you your
475+
default Git configuration property `core.autocrlf=false` you will
476+
experience reformatted source code with CRLF instead of LF. Do not use
477+
this Git settings when clonning this repository.
478+
474479
For hints on how to build the project look in `.travis.yml` if there
475480
is one. There should be a "script" and maybe "install" command. Also
476481
look at the "services" section to see if any services need to be

0 commit comments

Comments
 (0)