Added an editorconfig

This commit is contained in:
Emi Simpson 2022-02-08 15:36:36 -05:00
parent 7e046dc727
commit 80e2c63c78
Signed by: Emi
GPG key ID: A12F2C2FFDC3D847

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
max_line_length = 90
[*.md]
max_line_length = 0