1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00

[.editorconfig] Init

This commit is contained in:
Samuel Marks 2019-07-30 16:55:35 +10:00
parent 01a5ba99d0
commit 894dd4907c
No known key found for this signature in database
GPG Key ID: A66D5F029DBB680C

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