diff options
author | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:14:55 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-05-11 07:34:31 -0700 |
commit | 2e5ab696b8b4666d551b2a0532b95fb7fe6dbe03 (patch) | |
tree | 6462a1aff407edda2f91e1d57a9a9eb3d205c5c3 /.gitattributes | |
download | wix-2e5ab696b8b4666d551b2a0532b95fb7fe6dbe03.tar.gz wix-2e5ab696b8b4666d551b2a0532b95fb7fe6dbe03.tar.bz2 wix-2e5ab696b8b4666d551b2a0532b95fb7fe6dbe03.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 | ||