diff options
-rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index bb0dee2a8..4048784af 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,6 @@ *.java text eol=lf *.xml text eol=lf *.sh text eol=lf +*.csv text eol=lf +*.yaml text eol=lf +*.json text eol=lf |