blob: f8697127493b8ef41346fb4650f60fc6337bac07 (
plain)
1
2
3
4
5
6
7
|
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.cpp text eol=crlf
*.h text eol=crlf
|