diff options
author | Rob Mensching <rob@firegiant.com> | 2017-12-29 05:10:26 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2017-12-29 05:10:26 -0800 |
commit | 3540e7467e1d5376660b13139a4a168e700b3dbf (patch) | |
tree | b1b1e410063911ddc622581f01744fadced6b708 /.gitattributes | |
parent | f3ddaaca64325df87226074f4b3eb7ea1133804c (diff) | |
download | wix-3540e7467e1d5376660b13139a4a168e700b3dbf.tar.gz wix-3540e7467e1d5376660b13139a4a168e700b3dbf.tar.bz2 wix-3540e7467e1d5376660b13139a4a168e700b3dbf.zip |
Initialize repo
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..dfe07704 --- /dev/null +++ b/.gitattributes | |||
@@ -0,0 +1,2 @@ | |||
1 | # Auto detect text files and perform LF normalization | ||
2 | * text=auto | ||