]> git.mxchange.org Git - simple-upload.git/commitdiff
All files have now "native" EOL. This is reallyuseful as Linux systems
authorRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2016 12:15:54 +0000 (14:15 +0200)
committerRoland Häder <roland@mxchange.org>
Tue, 29 Mar 2016 12:15:54 +0000 (14:15 +0200)
will have LF, Windows CRLF and MacOS CR.

.gitattributes [new file with mode: 0644]

diff --git a/.gitattributes b/.gitattributes
new file mode 100644 (file)
index 0000000..dfe0770
--- /dev/null
@@ -0,0 +1,2 @@
+# Auto detect text files and perform LF normalization
+* text=auto