add .editorconfig

This commit is contained in:
Daniel Phan 2021-11-02 20:56:04 +00:00 committed by Sarah
parent 4bd13e4c69
commit 62ecebb5cc
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

17
.editorconfig Normal file
View file

@ -0,0 +1,17 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
indent_style = space
indent_size = 2
[*.py]
indent_size = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false