Add .editorconfig.

This commit is contained in:
Ben Rog-Wilhelm 2022-05-08 23:14:58 -05:00 committed by GitHub
parent db411b04e4
commit 728260e4ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{py,js,ts}]
charset = utf-8
indent_style = tab