mirror of
https://github.com/sassanix/Warracker.git
synced 2026-01-01 03:00:43 -06:00
7 lines
178 B
Plaintext
7 lines
178 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Force LF line endings for shell scripts (required for Docker/Linux)
|
|
*.sh text eol=lf
|
|
Docker/*.sh text eol=lf
|