onqtam | a7e7a3f | 2016-05-26 13:38:46 +0300 | [diff] [blame^] | 1 | # Set the default behavior, in case people don't have core.autocrlf set. |
onqtam | 109d979 | 2016-05-26 13:29:00 +0300 | [diff] [blame] | 2 | * text=auto |
onqtam | a7e7a3f | 2016-05-26 13:38:46 +0300 | [diff] [blame^] | 3 | |
4 | # Explicitly declare text files you want to always be normalized and converted | ||||
5 | # to native line endings on checkout. | ||||
6 | *.cpp text | ||||
7 | *.h text | ||||
8 | *.txt text | ||||
9 | *.md text |