From 5a5f673926a723717942e37cd81e88f7982e0f0c Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Thu, 10 Jan 2008 20:30:46 +0000
Subject: [PATCH] change eol-style of *.properties files to LF

SVN: 3433
---
 config/subversion/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/subversion/config b/config/subversion/config
index 4702e5904c4..a7fe58f33d2 100644
--- a/config/subversion/config
+++ b/config/subversion/config
@@ -126,7 +126,7 @@ enable-auto-props = yes
 *.pm = svn:eol-style=native
 *.flex = svn:eol-style=native
 Makefile* = svn:eol-style=native
-*.properties = svn:mime-type=text/plain;svn:eol-style=native
+*.properties = svn:mime-type=text/plain;svn:eol-style=LF
 
 # HTML / XML stuff
 
-- 
GitLab