Kevin Peng | 456a15a | 2020-05-22 16:31:47 +0800 | [diff] [blame] | 1 | * text=auto |
2 | |||||
3 | # Text files that should be normalized | ||||
4 | *.c text | ||||
5 | *.h text | ||||
6 | *.txt text | ||||
Kevin Peng | e1c99bb | 2020-06-05 13:21:52 +0800 | [diff] [blame] | 7 | *.rst |
Kevin Peng | 456a15a | 2020-05-22 16:31:47 +0800 | [diff] [blame] | 8 | |
9 | # Binary files that should not be normalized | ||||
10 | *.a binary | ||||
11 | *.lib binary |