From 0dfd5ec3206380f6c7741fda516ae338a84a7556 Mon Sep 17 00:00:00 2001 From: Adam Roben Date: Thu, 16 May 2013 08:59:24 -0400 Subject: [PATCH] Ensure consistent line endings in all files --- brightray/.gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 brightray/.gitattributes diff --git a/brightray/.gitattributes b/brightray/.gitattributes new file mode 100644 index 000000000000..dfe0770424b2 --- /dev/null +++ b/brightray/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto