-
Notifications
You must be signed in to change notification settings - Fork 654
Expand file tree
/
Copy path.gitattributes
More file actions
25 lines (21 loc) · 831 Bytes
/
.gitattributes
File metadata and controls
25 lines (21 loc) · 831 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
*.java text diff=java
*.txt text
*.sh eol=lf
*.mf text
*.xml text
*.form text
*.properties text
*.properties-MERGED text
*.html text diff=html
*.dox text
Doxyfile text
*.py text diff=python
*.pl text
# ensure solr scripts that are bash scripts not ending with.sh are lf instead of crlf
/KeywordSearch/solr/bin/autopsy-solr eol=lf
/KeywordSearch/solr/bin/init.d/solr eol=lf
/KeywordSearch/solr/bin/post eol=lf
/KeywordSearch/solr/bin/solr eol=lf
# ensure properties files and xml files in the platform don't get changed during the build
/netbeans-plat/15/**/*.properties eol=lf
/netbeans-plat/15/**/*.xml eol=lf