Merge pull request #6 from hxx258456/main

feat: update gitattributes
This commit is contained in:
行者
2023-08-04 11:16:42 +08:00
committed by GitHub

15
.gitattributes vendored
View File

@@ -1 +1,14 @@
* text=auto eol=crlf
* text=auto
# Force the following filetypes to have unix eols, so Windows does not break them
*.* text eol=lf
# Windows forced line-endings
/.idea/* text eol=crlf
#
## These files are binary and should be left untouched
#
# (binary is a macro for -text -diff)
*.png binary