Skip to content

Commit bf382e4

Browse files
committed
Prepared repository for eol normalization
1 parent 715945b commit bf382e4

File tree

9 files changed

+3530
-3504
lines changed

9 files changed

+3530
-3504
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Set default behaviour, in case users don't have core.autocrlf set:
2+
* text=auto
3+
4+
# Explicitly declare text files we want to always be normalized
5+
# and converted to native line endings on checkout
6+
*.java text diff=java
7+
*.xml text
8+
*.xsd text
9+
*.flux text
10+
*.g text
11+
*.properties text
12+
*.txt text
13+
*.js text
14+
*.fom text
15+
16+
# Platform-specific scripts should always use
17+
# their native end-of-line markers:
18+
*.bat eol=crlf
19+
*.sh eol=lf
20+
21+
# Denote all files that are truly binary and should not be modified:
22+
*.bz2 binary
23+
*.bzip2 binary
24+
*.gz binary
25+
*.gzip binary
26+
*.xz binary

0 commit comments

Comments
 (0)