Skip to content

Commit

Permalink
fix: Normalize line endings to LF for agents folder
Browse files Browse the repository at this point in the history
  • Loading branch information
plutoless committed Dec 25, 2024
1 parent 52d8a1e commit 170b9d3
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Shell scripts use LF as line separator, even checked out to Windows(NTFS) file-system
*.sh text eol=lf
*.sh text eol=lf
agents/bin/* text eol=lf
agents/scripts/* text eol=lf
Empty file modified agents/bin/start
100755 → 100644
Empty file.
Empty file modified agents/scripts/install_deps_and_build.sh
100755 → 100644
Empty file.
Empty file modified agents/scripts/package.sh
100755 → 100644
Empty file.

0 comments on commit 170b9d3

Please sign in to comment.