mirror of
https://github.com/juribeparada/MMDVM_HS.git
synced 2026-04-01 17:05:22 +02:00
added a basic .gitattributes file
This commit is contained in:
parent
38ea910e0c
commit
96d276638f
32
.gitattributes
vendored
Normal file
32
.gitattributes
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
#
|
||||
# .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
|
||||
Loading…
Reference in a new issue