From: Leif Åstrand Date: Thu, 3 Dec 2015 12:44:32 +0000 (+0200) Subject: Format recommended git settings as code X-Git-Tag: 7.6.0.rc1~33 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b76c71d4c4f45dde5f8f32bed63302870d4ccfbb;p=vaadin-framework.git Format recommended git settings as code Change-Id: If392ebe303573aa74334923824e3566d943cda94 --- diff --git a/README.md b/README.md index 2f972ebefa..0425199ae0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The Vaadin repository can be cloned using or using your favorite Git tool. -If using Windows, you might want to add these Git settings: core.autocrlf=false and core.fileMode=false. +If using Windows, you might want to add these Git settings: `core.autocrlf=false` and `core.fileMode=false`. Setting up Eclipse to Develop Vaadin 7 =========