Ensure proper line-endings for bin/ scripts (#6287)

* Ensure proper line-endings for bin/ scripts

* Add release notes
This commit is contained in:
Joshua Granick
2025-12-04 11:57:47 -08:00
committed by GitHub
parent 4bd0303b1a
commit fda815abc1
2 changed files with 8 additions and 0 deletions

2
.gitattributes vendored
View File

@@ -12,6 +12,8 @@
*.sh text eol=lf
*.tsx text eol=lf
**/bin/* text eol=lf
yarn.lock text eol=lf
# Denote all files that are truly binary and should not be modified.

View File

@@ -0,0 +1,6 @@
---
category: Enhancements
authors: [jgranick]
---
[WIP] Ensure proper line-endings for bin/ scripts