diff options
author | 2021-03-13 15:14:21 -0800 | |
---|---|---|
committer | 2021-03-13 15:14:21 -0800 | |
commit | 13abd6f9fd0fe688af68976d72042ed024065622 (patch) | |
tree | c8c412c9944b54adeaa25ba5545ca095f22be289 | |
parent | master => main (diff) |
Use .gitattributes to normalise line endings on check-in
-rw-r--r-- | .gitattributes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto |