aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:15:47 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2022-12-11 15:15:47 +0100
commita8936025635127fcb24574fcea9c19827b26f857 (patch)
tree65a5636020738081f821f387a290995b9f3e8687
parentworkflows/ci_appveyor: fix runner image (diff)
downloadcmake-common-a8936025635127fcb24574fcea9c19827b26f857.tar.gz
cmake-common-a8936025635127fcb24574fcea9c19827b26f857.zip
make .gitattributes more consistent
-rw-r--r--.ci/.gitattributes1
-rw-r--r--.gitattributes2
2 files changed, 2 insertions, 1 deletions
diff --git a/.ci/.gitattributes b/.ci/.gitattributes
deleted file mode 100644
index dfdb8b7..0000000
--- a/.ci/.gitattributes
+++ /dev/null
@@ -1 +0,0 @@
-*.sh text eol=lf
diff --git a/.gitattributes b/.gitattributes
index 176a458..d76765e 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1 +1,3 @@
* text=auto
+
+*.sh text eol=lf