mirror of
https://github.com/wisdgod/cursor-api.git
synced 2025-09-27 02:56:01 +08:00
6 lines
107 B
Plaintext
6 lines
107 B
Plaintext
# 统一使用 LF
|
|
* text=auto eol=lf
|
|
|
|
# 对特定文件类型设置
|
|
*.bat text eol=crlf
|
|
*.ps1 text eol=crlf |