Revert "Update editorconfig [skip ci]"

This reverts commit b397e00071.
This commit is contained in:
2021-10-14 21:30:01 -05:00
parent 1013b6c7a5
commit 4cf931c2ea

View File

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