aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 01:02:10 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-03-06 01:02:10 +0300
commit184d0b3aba3edd690dd40224aedb94990636912b (patch)
treec5e22761bbca3802a4dad934a38c20984f17736d /.gitattributes
parentserver.py: only run from the script's directory (diff)
downloadlinux-status-184d0b3aba3edd690dd40224aedb94990636912b.tar.gz
linux-status-184d0b3aba3edd690dd40224aedb94990636912b.zip
add test.sh
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..d76765e
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+* text=auto
+
+*.sh text eol=lf