diff options
| author | ertopogo <erwin.t.pombett@gmail.com> | 2026-03-14 16:20:58 +0100 |
|---|---|---|
| committer | ertopogo <erwin.t.pombett@gmail.com> | 2026-03-14 16:20:58 +0100 |
| commit | 338aff0cb5a07237e5147daecf9872f1edc5922b (patch) | |
| tree | b1c277aa3d1cabe41b9bb45825f75488b4b4e80e /.gitattributes | |
| parent | ca7cda86882d069fb72a557159dec6a2c6430922 (diff) | |
Fix WSL bash scripts line endings (LF) and document CRLF troubleshootingdevelop
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 2 |
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
|
