diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-15 10:30:03 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-15 10:30:03 -0700 |
commit | 9956fd827efdd002c49127382c557ae99f7a9a23 (patch) | |
tree | ad55666d0d08d6fbfe51a14d5be8911adf3a8391 /.gitattributes | |
parent | dd1587966ad8e35ae6229d0cfd47ac258413d661 (diff) |
Normalize line endings
Change-Id: I0690abc27d7221c3f0bd010d6d05dde3b197c802
Issue-id: INT-40
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..13e92efa --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java text eol=lf +*.xml text eol=lf |