diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index 24f791ad2f6..01a2031450b 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -211,7 +211,10 @@ check the `build.log` file in the appropriate sample directory. == Cloning the git repository on Windows -Some files in the git repository may exceed the Windows maximum file path (260 characters), depending on where you clone the repository. If you get `Filename too long` errors, set the `core.longPaths=true` git option: +Some files in the git repository may exceed the Windows maximum file path (260 +characters), depending on where you clone the repository. If you get `Filename too long` +errors, set the `core.longPaths=true` git option: + ``` -git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot.git +git clone -c core.longPaths=true https://github.com/spring-projects/spring-boot ```