11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
# Default for those who don't have core.autocrlf set
|
|
* text=auto
|
|
|
|
# Things that should be treated as text
|
|
*.cpp text
|
|
*.h text
|
|
CMakeLists.txt text
|
|
*.cmake text
|
|
*.md text
|
|
*.in text
|