Add .editorconfig file

This commit is contained in:
Jesús 2021-07-08 14:52:54 -05:00
parent 250e34df7c
commit 4a5a64a975
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.js]
indent_style = space
indent_size = 2
[*.py]
indent_style = space
indent_size = 4