forked from uPortal-Project/uPortal
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (30 loc) · 767 Bytes
/
.gitattributes
File metadata and controls
30 lines (30 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Set line endings for known text files
*.bat text eol=crlf
*.crn text eol=lf
*.css text eol=lf
*.dtd text eol=lf
*.ent text eol=lf
*.gradle text eol=lf
*.groovy text eol=lf
*.html text eol=lf
*.java text eol=lf
*.js text eol=lf
*.json text eol=lf
*.jsp text eol=lf
*.less text eol=lf
*.md text eol=lf
*.MF text eol=lf
*.Module text eol=lf
*.pl text eol=lf
*.pom text eol=lf
*.properties text eol=lf
*.sh text eol=lf
*.svg text eol=lf
*.tld text eol=lf
*.txt text eol=lf
*.wsdl text eol=lf
*.xjb text eol=lf
*.xml text eol=lf
*.xsd text eol=lf
*.xsl text eol=lf
*.yml text eol=lf