blob: dcd145434cd870baa1cb7599e9e467f01e717fdb [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
Jonatan Antoni1b565292021-09-30 17:35:04 +020018# Script files
19*.py text eol=lf
20*.sh text eol=lf