From 28406fdff12a47ef3c4ac5a394dd38bfd6c2c1e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Sun, 11 Nov 2012 10:42:13 +0100 Subject: [PATCH] Updated README.md with info regarding line endings --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a457e4aee..f21e10374 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,11 @@ -poco -==== +POCO C++ Libraries +================== When contributing to POCO, please adhere to our coding styleguide: http://www.appinf.com/download/CppCodingStyleGuide.pdf We use the branching model described in this article: http://nvie.com/posts/a-successful-git-branching-model/ + +All text file line endings in the repository must be Unix-style (LF). +This includes Visual Studio project and solution files (.sln, .vcproj, .vcxproj, .vcxproj.filters).