nativity/.gitattributes
David Gonzalez Martin 736215ffa8 First commit
2023-07-10 23:56:04 -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