mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-21 06:03:44 +00:00
32 lines
374 B
Text
32 lines
374 B
Text
#
|
|
# .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
|