# 发布制品必须跨平台字节一致，强制使用 LF 换行
*.json text eol=lf
*.toml text eol=lf
*.md text eol=lf
SHA256SUMS* text eol=lf

# 二进制制品，禁止 git 任何转换
*.wasm binary
