# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

# Explicitly declare text files we want to always be normalized and converted 
# to native line endings on checkout.
*.c text
*.h text
*.cpp text
*.hpp text

# Declare files that will always have CRLF line endings on checkout.
*.txt text eol=lf

# Denote all files that are truly binary and should not be modified.
*.las binary
*.laz binary

# Declare files that must never have CRLF line endings on checkout.
# Some tests depend on this configuration.
test/data/bpf/bundle1 text eol=lf
test/data/bpf/bundle2 text eol=lf
apps/pdal-config.in text eol=lf
