Files

12 lines
232 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
# Shell 脚本必须使用 LFCRLF 会导致 bash 语法错误)
*.sh text eol=lf
# FMF 配置文件使用 LF
*.fmf text eol=lf
# Markdown 文档使用 LF
*.md text eol=lf