1# Set default behaviour
2* text=auto
3
4# Explicitly declare text file we always want to be normalized
5*.c text
6*.cpp text
7*.h text
8*.i text
9*.hpp text
10*.xml text
11*.py text
12*.yml text
13*.md text
14
15# Declare files that will always have CRLF endings
16*.sln text eol=crlf
17*.bat text eol=crlf
18*.iss text eol=crlf
19*.user text eol=crlf
20*.vcproj text eol=crlf
21*.sln text eol=crlf
22
23# Denote all files that are truly binary
24*.png binary
25*.gif binary
26*.pdf binary
27*.ai binary
28*.svg binary
29*.rtf binary
30*.dll binary
31*.exe binary
32