From d74d383076e8ee50dff3663a7502235190deef2a Mon Sep 17 00:00:00 2001 From: Hamlet D'Arcy Date: Thu, 11 Aug 2016 11:27:45 +0200 Subject: [PATCH] [Issue #64] updated readme.md to explain line endings in more depth closes #64 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f5e5c98aa..e43edfd1d 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,8 @@ To develop tslint-microsoft-contrib simply clone the repository, install depende grunt all grunt create-rule --rule-name=no-something-or-other +The repo requires you to use linefeed as a line ending, and asks that you checkout the code with linefeed endings enabled. This does change your global config, so please make a note of your previous values and revert them after the checkout if necessary. + Debug code ----------- If command fails because of file access permissions, prefix it with sudo.