mirror of
https://github.com/BgaSol/sol-cloud
synced 2026-04-21 09:07:17 +00:00
- 设置所有文件的默认换行为自动 - 指定 *.sh 文件使用 LF 换行- 指定 *.bat 文件使用 CRLF 换行- 移除了原有的 -/mvnw text eol=lf 行
3 lines
49 B
Text
3 lines
49 B
Text
* text=auto
|
|
*.sh text eol=lf
|
|
*.bat text eol=crlf
|