Added an editorconfig

This commit is contained in:
Emi Simpson 2022-02-08 15:36:36 -05:00
parent 7e046dc727
commit 80e2c63c78
Signed by untrusted user: Emi
GPG Key ID: A12F2C2FFDC3D847
1 changed files with 11 additions and 0 deletions

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