8000 add git attributes (#390) · chakra-coder/rsocket-java@5d40029 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5d40029

Browse files
qweekyschimke
authored andcommitted
add git attributes (rsocket#390)
add .gitattributes for normalize line ending
1 parent 5ecf9f9 commit 5d40029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Handle line endings automatically for files detected as text
2+
* text=auto
3+
4+
# These files are text and should be normalized
5+
*.java text diff=java

0 commit comments

Comments
 (0)
0