Ver código fonte

feat: 设置文件换行符

zengweijie 2 anos atrás
pai
commit
08a95a5f7f
1 arquivos alterados com 2 adições e 2 exclusões
  1. 2 2
      .gitattributes

+ 2 - 2
.gitattributes

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