blob: cd87feb7d852460d68f09de5fe92c3ca6a23786e [file] [log] [blame]
Kevin Peng456a15a2020-05-22 16:31:47 +08001* text=auto
2
David Vinczeaf851d32025-03-05 17:49:17 +00003# Explicitly declare text files to make sure possible local wrong config
4# of git does not override them on checkout
5*.patch text eol=lf
6
Kevin Peng456a15a2020-05-22 16:31:47 +08007# Text files that should be normalized
8*.c text
9*.h text
10*.txt text
Kevin Pengdff52292021-02-09 10:12:13 +080011*.rst text
Kevin Peng456a15a2020-05-22 16:31:47 +080012
13# Binary files that should not be normalized
14*.a binary
15*.lib binary