blob: ecdec055afe81c04b7f6ba9bc3f792e0ee50ba44 [file] [log] [blame]
Joachim Krechc8eaa882016-07-01 15:34:23 +02001# Set the default behavior, in case people don't have core.autocrlf set.
2* text=auto
Joachim Krechc8eaa882016-07-01 15:34:23 +02003# Explicitly declare text files you want to always be normalized and converted
4# to native line endings on checkout.
5*.c text
Christophe Favergeonb27a2d72019-09-27 08:36:59 +02006*.h text
Joachim Krechc8eaa882016-07-01 15:34:23 +02007*.txt text
8*.xsd text
9*.pdsc text
10*.svd text
11*.bat text
Joachim Krechc8eaa882016-07-01 15:34:23 +020012# Declare files that will always have CRLF line endings on checkout.
13*.uvproj text eol=crlf
14*.uvproj text eol=crlf
Joachim Krechc8eaa882016-07-01 15:34:23 +020015# Denote all files that are truly binary and should not be modified.
16*.png binary
17*.jpg binary