Skip to content

Commit e15a7cb

Browse files
committed
更新 .gitattributes
1 parent 5c49dc7 commit e15a7cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.gitattributes

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* text=auto eol=lf
1313

1414
# 举例说明:
15-
# text 表示将所有 .txt 扩展名的文件视为纯文本文件
15+
# text 表示将所有 .adoc 扩展名的文件视为纯文本文件
1616
# eol=lf 表示强制以 LF(即 \n) 作为换行符
1717
*.adoc text eol=lf
1818

@@ -33,7 +33,6 @@
3333
*.jsp text eol=lf
3434
*.kt text eol=lf
3535
*.kts text eol=lf
36-
*.kts text eol=lf
3736
*.map text eol=lf
3837
*.md text eol=lf
3938
*.properties text eol=lf

0 commit comments

Comments
 (0)