mirror of
https://github.com/winapps-org/winapps.git
synced 2025-11-02 12:24:05 +01:00
5 lines
176 B
Plaintext
5 lines
176 B
Plaintext
# 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
|