diff options
-rw-r--r-- | .gitattributes | 2 | ||||
-rw-r--r-- | test/.gitattributes | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 176a458..d76765e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,3 @@ * text=auto + +*.sh text eol=lf diff --git a/test/.gitattributes b/test/.gitattributes deleted file mode 100644 index dfdb8b7..0000000 --- a/test/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -*.sh text eol=lf |