dealing-with-line-endings
This commit is contained in:
parent
37aaf4432e
commit
d3db6d706c
|
@ -8,7 +8,9 @@
|
||||||
# Explicitly declare text files you want to always be normalized and converted
|
# Explicitly declare text files you want to always be normalized and converted
|
||||||
# to native line endings on checkout.
|
# to native line endings on checkout.
|
||||||
*.c text
|
*.c text
|
||||||
|
*.cpp text
|
||||||
*.h text
|
*.h text
|
||||||
|
*.xml text
|
||||||
|
|
||||||
# Denote all files that are truly binary and should not be modified.
|
# Denote all files that are truly binary and should not be modified.
|
||||||
*.png binary
|
*.png binary
|
||||||
|
|
Loading…
Reference in New Issue