.editorconfig: Set .py to LF
This commit is contained in:
parent
f45270e9ab
commit
13c5da4e43
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue