aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorEvgeny Mandrikov <138671+Godin@users.noreply.github.com>2019-10-08 07:11:33 +0200
committerMarc R. Hoffmann <hoffmann@mountainminds.com>2019-10-08 07:11:33 +0200
commit9049fd0f078fed95e21eb131b30055a2b290a676 (patch)
tree05d241f7b1f766fbc7580ba0f5d67c0e0a1452ef /.gitattributes
parent484dfa9d1d834a40c6156d882ca3b8844da678ba (diff)
downloadjacoco-9049fd0f078fed95e21eb131b30055a2b290a676.tar.gz
Normalize line endings in HTML, CSS and XSL source files (#957)
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index f7bd7083..f36b1d92 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,4 @@
*.java text eol=lf
+*.html text eol=lf
+*.css text eol=lf
+*.xsl text eol=lf