Add editorconfig

This commit is contained in:
2021-03-26 01:51:00 -05:00
parent 46c1660d52
commit e84980adcb
2 changed files with 73 additions and 62 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*.{md,toml}]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
#[*.md]
#max_line_length = 80