chore: 添加 EditorConfig 和 GitAttributes 配置文件
This commit is contained in:
14
.gitattributes
vendored
Normal file
14
.gitattributes
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
# Auto detect text files and perform LF normalization
|
||||
* text=auto eol=lf
|
||||
|
||||
# Java files
|
||||
*.java text eol=lf
|
||||
*.xml text eol=lf
|
||||
|
||||
# Config files
|
||||
*.yml text eol=lf
|
||||
*.yaml text eol=lf
|
||||
*.properties text eol=lf
|
||||
|
||||
# Shell scripts
|
||||
*.sh text eol=lf
|
||||
Reference in New Issue
Block a user