Skip to content

Commit ab2ecbd

Browse files
committed
chore(gitattributes): simplify line endings configuration
1 parent 49f0472 commit ab2ecbd

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

.gitattributes

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,2 @@
1-
"*.js" eol=lf
2-
"*.ts" eol=lf
3-
"*.jsx" eol=lf
4-
"*.tsx" eol=lf
5-
"*.cjs" eol=lf
6-
"*.cts" eol=lf
7-
"*.mjs" eol=lf
8-
"*.mts" eol=lf
9-
"*.html" eol=lf
10-
"*.css" eol=lf
11-
"*.vue" eol=lf
12-
"*.json" eol=lf
13-
"*.less" eol=lf
14-
"*.scss" eol=lf
15-
"*.sass" eol=lf
16-
"*.svelte" eol=lf
17-
"*.md" eol=lf
18-
"*.yml" eol=lf
19-
"*.astro" eol=lf
20-
"*.mdx" eol=lf
1+
* text=auto
2+
*.* text eol=lf

0 commit comments

Comments
 (0)