Skip to content

Commit c02b338

Browse files
authoredMar 29, 2023
Update common files (#1640)
1 parent 07e980d commit c02b338

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed
 

‎.gitattributes

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33

4-
*.java text
5-
*.html text
6-
*.kt text
7-
*.kts text
8-
*.md text diff=markdown
4+
*.java text eol=lf
5+
*.groovy text eol=lf
6+
*.html text eol=lf
7+
*.kt text eol=lf
8+
*.kts text eol=lf
9+
*.md text diff=markdown eol=lf
910
*.py text diff=python executable
1011
*.pl text diff=perl executable
1112
*.pm text diff=perl
12-
*.css text diff=css
13-
*.js text
14-
*.sql text
15-
*.q text
13+
*.css text diff=css eol=lf
14+
*.js text eol=lf
15+
*.sql text eol=lf
16+
*.q text eol=lf
1617

1718
*.sh text eol=lf
1819
gradlew text eol=lf

0 commit comments

Comments
 (0)
Please sign in to comment.