Fix line endings normalization (#2407)

* Strip CRLF line endings from modbus controller files

* Normalize all line endings to LF
This commit is contained in:
Oxan van Leeuwen 2021-09-30 18:07:28 +02:00 committed by GitHub
parent 5b0fbbaada
commit 1031ea4313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 95 additions and 94 deletions

3
.gitattributes vendored
View File

@ -1 +1,2 @@
* text=auto eol=lf
# Normalize line endings to LF in the repository
* text eol=lf