Skip to content

Commit f690226

Browse files
committed
[LOSDK-131] - Add .gitattributes
To make line endings more consistent accross OS's
1 parent f7f100e commit f690226

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.gitattributes

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Git Attributes
2+
3+
# ------------------------------------------------------------------------------
4+
# Line Endings
5+
6+
* text=auto
7+
8+
# Source Files
9+
*.java eol=lf
10+
*.kt eol=lf
11+
12+
*.txt eol=lf
13+
*.md eol=lf
14+
15+
# Batch Files
16+
*.sh text eol=lf
17+
*.{bat,[bB][aA][tT]} text eol=crlf
18+
*.{cmd,[cC][mM][dD]} text eol=crlf
19+
20+
# Other files
21+
*.gradle text eol=lf

0 commit comments

Comments
 (0)