diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:53:32 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:53:32 +0100 |
commit | 3b3512f83fd4711558b05e4be96bba161f1a538c (patch) | |
tree | bfe31057fa7510332a90342c914dc78b806ac0b7 /.gitattributes | |
parent | test: fix Python 3.10 incompatibilities (diff) | |
download | aes-tools-3b3512f83fd4711558b05e4be96bba161f1a538c.tar.gz aes-tools-3b3512f83fd4711558b05e4be96bba161f1a538c.zip |
make .gitattributes more consistent
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf |