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 | dff5229 | 2021-02-09 10:12:13 +0800 | [diff] [blame] | 7 | *.rst text |
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 |