diff options
author | Matthias Sohn <matthias.sohn@sap.com> | 2023-11-24 15:11:11 +0100 |
---|---|---|
committer | Matthias Sohn <matthias.sohn@sap.com> | 2023-12-22 23:20:39 +0100 |
commit | 40e97af2d8f35b9ab0d220c4edd0c5ca2460ff6b (patch) | |
tree | 8140502e07f646e4e430596e1f4b327659390142 /.gitattributes | |
parent | a423f17c8ac26de1912961dad0ec2c13f108e39a (diff) | |
download | jgit-40e97af2d8f35b9ab0d220c4edd0c5ca2460ff6b.tar.gz jgit-40e97af2d8f35b9ab0d220c4edd0c5ca2460ff6b.zip |
Normalize line endings to LF for all text files
Change-Id: I69753494e4c7db4c0a8e6eca3b3e63d3ff561117
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index f57840b7ee..7543492dde 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ +* text=auto *.java diff=java |