diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2016-09-06 10:51:06 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2016-09-06 10:51:10 -0700 |
commit | fd23b5c6940b86e1f98742ea0537917d4266f0c9 (patch) | |
tree | 1d5eb6309cae4ea2b71531720af82ab03be7c782 | |
parent | 5c2f64f8021d65a3a8ac8d8831de4517f62519d3 (diff) |
Normalize line endings
Change-Id: I1b33dd13be63aafe3ba211ce4e33818ec9a4a60f
Issue-id: INT-40
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..13e92ef --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.java text eol=lf +*.xml text eol=lf |