obsidian/.gitattributes
2025-03-26 06:39:37 +08:00

14 lines
274 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 设置默认行为所有文件都使用LF
* text=auto eol=lf
# 对特定类型的文件强制使用LF
*.java text eol=lf
*.xml text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.json text eol=lf
# 二进制文件不应修改行尾
*.png binary
*.jpg binary
*.jar binary