From 6940f56d4dd56c2f898b6bacdb89717642877b41 Mon Sep 17 00:00:00 2001 From: Erik Broes Date: Mon, 25 Apr 2011 12:51:53 +0200 Subject: Updated README for lineending demands --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index dcd9be42..2ae0b531 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Coding and Pull Request Conventions * We generally follow the Sun/Oracle coding standards. * No tabs; use 4 spaces instead. * No trailing whitespaces. +* No CRLF lineendigs, LF only, put your gits 'core.autocrlf' on 'true' * No 80 column limit or 'weird' midstatement newlines. * The number of commits in a pull request should be kept to a minimum (squish them into one most of the time - use common sense!). * No merges should be included in pull requests unless the pull request's purpose is a merge. -- cgit v1.2.3