提交完善

This commit is contained in:
git 2025-03-26 06:39:37 +08:00
parent edd01b4bbc
commit 2b563088d2
3 changed files with 24 additions and 0 deletions

14
.gitattributes vendored Normal file
View File

@ -0,0 +1,14 @@
# 设置默认行为所有文件都使用LF
* text=auto eol=lf
# 对特定类型的文件强制使用LF
*.java text eol=lf
*.xml text eol=lf
*.txt text eol=lf
*.md text eol=lf
*.json text eol=lf
# 二进制文件不应修改行尾
*.png binary
*.jpg binary
*.jar binary

View File

@ -0,0 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" addBOMForNewFiles="with BOM under Windows, with no BOM otherwise" />
</project>

View File

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="PropertiesComponent">
<property name="settings.editor.selected.configurable" value="editor.preferences.tabs" />
</component>
</project>