diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 09:16:42 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2019-01-20 09:16:42 -0600 |
commit | 81e205ed6eecb97da9694df58b9057a2f9f6b54d (patch) | |
tree | 6841bdfbd918e536f196dee34a47a59c0a7d33dc /.gitattributes | |
download | wix-81e205ed6eecb97da9694df58b9057a2f9f6b54d.tar.gz wix-81e205ed6eecb97da9694df58b9057a2f9f6b54d.tar.bz2 wix-81e205ed6eecb97da9694df58b9057a2f9f6b54d.zip |
Initial commit
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 | ||