diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:49:04 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:49:04 +0100 |
commit | 0df00ffec880c6ba558bac8bfd54c7ddf88fc5c3 (patch) | |
tree | c48acd3721d1995912151e307dbe5ea1b5d4e475 /.gitattributes | |
parent | posts: hide date icon in feed (diff) | |
download | jekyll-theme-0df00ffec880c6ba558bac8bfd54c7ddf88fc5c3.tar.gz jekyll-theme-0df00ffec880c6ba558bac8bfd54c7ddf88fc5c3.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 |