mirror of
https://github.com/winapps-org/winapps.git
synced 2025-10-04 05:42:10 +08:00
4 lines
176 B
Text
4 lines
176 B
Text
# Ensure Windows-friendly line endings and encoding for batch and registry files
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.reg text eol=crlf working-tree-encoding=UTF-16LE-BOM
|