commit for .gitattributes rules.

This commit is contained in:
2026-08-03 19:26:34 +08:00
commit c0067e8774
+27
View File
@@ -0,0 +1,27 @@
# 源码相关文件配置
*.c text eol=LF
*.cpp text eol=LF
*.h text eol=LF
*.hpp text eol=LF
*.s text eol=LF
*.ld text eol=LF
# JSON 文件配置
*.json text eol=LF
# Markdown 文件配置
*.md text eol=LF
# 仓库配置相关文件配置
.gitignore text eol=LF
.gitattributes text eol=LF
# 编译规则相关
*.mk text eol=LF
Makefile text eol=LF
# Windows 批处理文件需要以CRLF结尾
*.bat text eol=CRLF
# CubeMX 配置文件相关
*.ioc text eol=LF