diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/.gitattributes b/.gitattributes index 4048784af..6313b56c5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1 @@ -*.java text eol=lf -*.xml text eol=lf -*.sh text eol=lf -*.csv text eol=lf -*.yaml text eol=lf -*.json text eol=lf +* text=auto eol=lf |