Browse Source

feat: 设置文件换行符

zengweijie 2 years ago
parent
commit
08a95a5f7f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .gitattributes

+ 2 - 2
.gitattributes

@@ -1,2 +1,2 @@
-text=auto
-eol=lf
+*.java text eol=lf
+*.yml text eol=lf