1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 11:22:24 +01:00

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
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