From cc47dfa89961a10e036fb749e8a0c3a6fcbc7b80 Mon Sep 17 00:00:00 2001 From: Fabian Richter Date: Tue, 4 Aug 2020 14:14:57 +0200 Subject: [PATCH] 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 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000000..40f618172813 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# files generated by protoc +languagetool-core/src/main/java/org/languagetool/rules/ml/* text eol=lf