postcat/.gitattributes

13 lines
538 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.

build/** linguist-vendored=true
* text=auto eol=lf
*.ts linguist-detectable=false
*.css linguist-detectable=false
*.scss linguist-detectable=false
*.js linguist-detectable=true
# 无格式的文本文件,保证 Windows 的批处理文件在 checkout 至工作区时,始终被转换为 CRLF 风格的换行符;
*.bat text eol=crlf
# 对于sh文件标记为文本文件在文件入Git库时进行规范化即行尾为LF。在检出到工作目录时行尾也不会转换为CRLF即保持LF
*.sh text eol=lf