Kevin Peng | 4cdc248 | 2020-07-28 10:43:46 +0800 | [diff] [blame] | 1 | * text=auto |
2 | |||||
3 | # Text files that should be normalized | ||||
4 | *.c text | ||||
5 | *.h text | ||||
Kevin Peng | a127b45 | 2021-02-23 10:02:55 +0800 | [diff] [blame] | 6 | *.py text |
7 | *.json text | ||||
Kevin Peng | 4cdc248 | 2020-07-28 10:43:46 +0800 | [diff] [blame] | 8 | *.txt text |
Kevin Peng | a127b45 | 2021-02-23 10:02:55 +0800 | [diff] [blame] | 9 | *.rst text |
10 | *.pdsc text | ||||
11 | *.css text | ||||
12 | *.svd text | ||||
Kevin Peng | 4cdc248 | 2020-07-28 10:43:46 +0800 | [diff] [blame] | 13 | |
14 | # Binary files that should not be normalized | ||||
15 | *.a binary | ||||
16 | *.lib binary | ||||
17 | *.pdf binary |