blob: 52d1a90b36efd3b8e4be64d4af45becc52d5e91e [file] [log] [blame]
wcarthurb3d7fda2015-11-02 16:50:22 -05001# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
3
4# Explicitly declare text files you want to always be normalized and converted
5# to native line endings on checkout.
6*.c text eol=lf
7*.cpp text eol=lf
8*.h text eol=lf
9*.am text eol=lf
10*.in text eol=lf
11*.ac text eol=lf
12install text eol=lf
13
14# Declare files that will always have CRLF line endings on checkout.
15*.sln text eol=crlf
16*.vcxproj text eol=crlf
17*.mak text eol=crlf
18
19# Denote all files that are truly binary and should not be modified.