忽略换行
parent
dd3d60bd27
commit
9abf6c6ff0
@ -0,0 +1,17 @@
|
|||||||
|
# Set the default behavior for all files.
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Normalized and converts to
|
||||||
|
# native line endings on checkout.
|
||||||
|
*.c text
|
||||||
|
*.h text
|
||||||
|
|
||||||
|
# Convert to CRLF line endings on checkout.
|
||||||
|
*.sln text eol=crlf
|
||||||
|
|
||||||
|
# Convert to LF line endings on checkout.
|
||||||
|
*.sh text eol=lf
|
||||||
|
|
||||||
|
# Binary files.
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
Loading…
Reference in New Issue