diff options
author | 2021-03-13 14:33:10 -0800 | |
---|---|---|
committer | 2021-03-13 14:33:10 -0800 | |
commit | 466272875ef3020876a7f95b7e5c785ce8acd1f2 (patch) | |
tree | bec6c3fa7b8024fb9c88937f2fa87afad96f771d /.gitattributes | |
parent | master => main (diff) |
Remove the mixed line endings pre-commit hook because it is obsolete.
Relying on git to handle line endings means contributors have more
flexibility with which line endings they want to use on check-out.
The settings in .gitattributes only impose which line endings will
be used upon check-in (LF), which should not impact local development;
git will still respect the core.eol and core.autocrlf settings.
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 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto |