Delete .editorconfig

This commit is contained in:
sgithuber 2021-06-15 19:31:33 +09:00 committed by GitHub
commit 0977df9e6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,15 +0,0 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
max_line_length = 79
[*.{yml,yaml}]
indent_size = 2