mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
6 lines
175 B
Plaintext
6 lines
175 B
Plaintext
# Force text files to have unix eols, so Windows/Cygwin does not break them
|
|
*.* eol=lf
|
|
|
|
# Except for images because then on checkout the files have been altered.
|
|
*.png binary
|