27 lines
495 B
Plaintext
27 lines
495 B
Plaintext
# 源码相关文件配置
|
|
*.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 |