diff options
author | Dominik Stadler <centic@apache.org> | 2018-01-01 14:39:19 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2018-01-01 14:39:19 +0000 |
commit | 8507286f77bdb3942714f98e4c191823040a39d0 (patch) | |
tree | 69b6ec402e2af20ce0da8e5b14f5b0d95f6ca2dd /.gitattributes | |
parent | 6da0ec1845a274275d3675aef522a4f8b86a0f7d (diff) | |
download | poi-8507286f77bdb3942714f98e4c191823040a39d0.tar.gz poi-8507286f77bdb3942714f98e4c191823040a39d0.zip |
Add .gitattribute file and set lf for one sample-file, see bug 61609
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1819771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..7bb2eb10e2 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +test-data/hmef/quick-contents/quick.html text eol=lf |