From: Roland Häder Date: Tue, 29 Mar 2016 12:15:54 +0000 (+0200) Subject: All files have now "native" EOL. This is reallyuseful as Linux systems X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=075602d8c4ff391bcd16d22c933ee78e18656dff;p=simple-upload.git All files have now "native" EOL. This is reallyuseful as Linux systems will have LF, Windows CRLF and MacOS CR. --- diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dfe0770 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Auto detect text files and perform LF normalization +* text=auto