Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/thsmi/sieve.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schmid <schmid-thomas@gmx.net>2020-06-22 22:28:27 +0300
committerThomas Schmid <schmid-thomas@gmx.net>2020-06-22 22:28:27 +0300
commit5ba544be3cfc028890f690d08ad751d22f168038 (patch)
tree587fb6161b42ad116ce573db2720f86edb27d0ba /.gitattributes
parent222b3695c536e9fc4146645c95e9906a61b7bd47 (diff)
Relax linebreal normalization in gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes
index 07764a78..aa485874 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
-* text eol=lf \ No newline at end of file
+*.js text eol=lf
+*.jsm text eol=lf
+*.html text eol=lf
+*.tpl text eol=lf \ No newline at end of file