You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
374 B
33 lines
374 B
#
|
|
# .gitattributes
|
|
#
|
|
|
|
## GENERIC ##
|
|
|
|
* text=auto
|
|
|
|
|
|
## SOURCE CODE ##
|
|
|
|
*.c eol=lf diff=cpp
|
|
*.h eol=lf diff=cpp
|
|
*.cpp eol=lf diff=cpp
|
|
*.hpp eol=lf diff=cpp
|
|
|
|
|
|
## SCRIPTS ##
|
|
|
|
*.sh eol=lf
|
|
*.py eol=lf diff=python
|
|
*.ld eol=lf
|
|
Makefile eol=lf
|
|
*.mk eol=lf
|
|
*.make eol=lf
|
|
*.makefile eol=lf
|
|
|
|
|
|
## TEXT & MARKUP ##
|
|
|
|
*.txt eol=crlf
|
|
*.md eol=crlf diff=markdown
|