1* text=auto
2
3# Text files that should be normalized
4*.c text
5*.h text
6*.txt text
7*.rst text
8
9# Binary files that should not be normalized
10*.a binary
11*.lib binary
12