1# Set default behaviour, in case users don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files we want to always be normalized and converted
5# to native line endings on checkout.
6*.txt text
7*.c text
8*.cpp text
9*.h text
10*.hpp text
11