dealing-with-line-endings
This commit is contained in:
parent
47ed3617a9
commit
37aaf4432e
|
@ -0,0 +1,15 @@
|
|||
#
|
||||
# see https://help.github.com/articles/dealing-with-line-endings/
|
||||
#
|
||||
|
||||
# Set the default behavior, in case people don't have core.autocrlf set.
|
||||
* text=auto
|
||||
|
||||
# Explicitly declare text files you want to always be normalized and converted
|
||||
# to native line endings on checkout.
|
||||
*.c text
|
||||
*.h text
|
||||
|
||||
# Denote all files that are truly binary and should not be modified.
|
||||
*.png binary
|
||||
*.jpg binary
|
Loading…
Reference in New Issue