Node 包源码跨平台统一 LF,避免 Windows 工作副本 CRLF 渗入仓库 (M0 提交时 .js 未被 .gitattributes 覆盖,本次补上)。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@@ -1,6 +1,8 @@
# Keep repository text files stable across Windows/macOS/Linux.
*.md text eol=lf
*.py text eol=lf
+*.js text eol=lf
+*.mjs text eol=lf
*.json text eol=lf
*.yml text eol=lf
*.yaml text eol=lf