summaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorertopogo <erwin.t.pombett@gmail.com>2026-03-14 16:20:58 +0100
committerertopogo <erwin.t.pombett@gmail.com>2026-03-14 16:20:58 +0100
commit338aff0cb5a07237e5147daecf9872f1edc5922b (patch)
treeb1c277aa3d1cabe41b9bb45825f75488b4b4e80e /.gitattributes
parentca7cda86882d069fb72a557159dec6a2c6430922 (diff)
Fix WSL bash scripts line endings (LF) and document CRLF troubleshootingdevelop
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..f2338ae
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,2 @@
+*.sh text eol=lf
+tests/*.sh text eol=lf