提交完善
This commit is contained in:
parent
edd01b4bbc
commit
2b563088d2
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal 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
|
4
.idea/.idea.Obsidian笔记.dir/.idea/encodings.xml
generated
Normal file
4
.idea/.idea.Obsidian笔记.dir/.idea/encodings.xml
generated
Normal 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>
|
6
.idea/.idea.Obsidian笔记.dir/.idea/workspace.xml
generated
Normal file
6
.idea/.idea.Obsidian笔记.dir/.idea/workspace.xml
generated
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user