Files
dynamics/.gitattributes
T

10 lines
185 B
Plaintext

# 引擎 DLL 是二进制文件,禁止行尾转换
engines/release/*.dll binary
# Python 源码使用 LF
*.py text eol=lf
# Makefile 使用 LF
Makefile text eol=lf
*.mk text eol=lf