18 lines
266 B
Plaintext
18 lines
266 B
Plaintext
# Set default behavior to automatically normalize line endings.
|
|
* text=auto
|
|
*.c text
|
|
*.cc text
|
|
*.cpp text
|
|
*.hpp text
|
|
|
|
# GN/Ninja Files
|
|
*.py text
|
|
*.gn text
|
|
*.gni text
|
|
|
|
# Keep scripts correct
|
|
*.sh text eol=lf
|
|
*.bat text eol=crlf
|
|
*.cmd text eol=crlf
|
|
*.rc text eol=crlf
|