diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2017-11-16 10:20:24 -0800 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2017-11-16 10:20:24 -0800 |
commit | 77d631c6ee3cd34c8780643477f6c20182ff393d (patch) | |
tree | a6e4046afb9de2339b340d7875e61802558a161b /.gitattributes | |
parent | a1ef1718517a0b0ea19c6ffbaa1fb4027a6431a1 (diff) |
Update .gitattributes
Change-Id: Ia3dac22e28b808989308ad1130c6c0c47d3b56de
Issue-ID: INT-278
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to '.gitattributes')
-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 |