diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:27:29 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-11 15:27:29 +0100 |
commit | a689c93617fe7dc018e5dc2432d82065d56178a0 (patch) | |
tree | d4aba5fb432ccce7b730ed3b7b7760abc836a6de | |
parent | workflows/test: include windows-latest (diff) | |
download | cleanup-path-a689c93617fe7dc018e5dc2432d82065d56178a0.tar.gz cleanup-path-a689c93617fe7dc018e5dc2432d82065d56178a0.zip |
make .gitattributes more consistent
-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 |