cub3d/mlx/.gitattributes
2023-10-25 13:56:45 +02:00

9 lines
287 B
Plaintext

# See https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings
# Set the default behavior, in case people don't have core.autocrlf set
* text=auto
# Declare files that will always have a certain EOL
*.sh text eol=lf
shaders/** text eol=lf