UPD .gitattributes
This commit is contained in:
parent
420f22aa82
commit
f17621ae74
11
.gitattributes
vendored
Normal file
11
.gitattributes
vendored
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||||
|
* text=auto
|
||||||
|
# Explicitly declare text files you want to be normalized and converted to
|
||||||
|
# LF on checkout.
|
||||||
|
*.c text eol=lf
|
||||||
|
*.h text eol=lf
|
||||||
|
*.s text eol=lf
|
||||||
|
# Denote all files that are truly binary and should not be modified.
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
Loading…
Reference in New Issue
Block a user