[glib] git: Add .gitattributes file with EOL settings for README.win32



commit a88302683fd2b332ba665baac6d8be592d7e52aa
Author: Philip Withnall <withnall endlessm com>
Date:   Mon Jul 10 11:31:52 2017 +0100

    git: Add .gitattributes file with EOL settings for README.win32
    
    Set it to always have CRLF line endings, since we want it to be readable
    on Windows by default. This should result in the line endings being
    normalised to CRLF even after it’s edited by someone on Linux.
    
    Signed-off-by: Philip Withnall <withnall endlessm com>

 .gitattributes |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..3ff37de
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1 @@
+README.win32 text eol=crlf


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]