birth/.gitattributes
David Gonzalez Martin 0709f980af first commit
2023-07-09 11:24:30 -06:00

10 lines
223 B
Plaintext

# Default behavior, if core.autocrlf is unset.
* text=auto
# Files to be converted to native line endings on checkout.
*.cpp text
*.h text
# Text files to always have LF (unix) line endings on checkout.
*.zig text eol=lf