.editorconfig: Set .py to LF

This commit is contained in:
Gleb Mazovetskiy 2021-11-08 00:45:06 +00:00 committed by Anders Jenbo
commit 13c5da4e43

View file

@ -17,6 +17,9 @@ end_of_line = lf
[*.po]
end_of_line = lf
[*.py]
end_of_line = lf
[*.yml]
indent_style = space
end_of_line = lf