Added .gitattributes to manage end-of-line checks for Windows/*nix systems (#1638)

Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
This commit is contained in:
Andriy Redko 2021-12-03 16:16:15 -05:00 committed by GitHub
parent fc8dc4310a
commit 70f07872f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitattributes vendored
View File

@ -0,0 +1,2 @@
* text eol=lf
*.bat text eol=crlf