gitattributes to auto-convert line endings

generated code for gRPC will show up as changes under windows
auto-convert line endings on git add so that changes won't be included
in commits
This commit is contained in:
Fabian Richter 2020-08-04 14:14:57 +02:00 committed by Daniel Naber
parent 136ebf6074
commit cc47dfa899

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
# files generated by protoc
languagetool-core/src/main/java/org/languagetool/rules/ml/* text eol=lf