1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00

[.editorconfig] Init (#938)

This commit is contained in:
Samuel Marks 2019-08-20 05:47:15 +10:00 committed by Vladimir Iakovlev
parent 335ae40675
commit 8ef9634492

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.py]
max_line_length = 119