chore: update editorconfig

This commit is contained in:
Isaac 2023-03-11 18:45:06 +00:00
parent 4e21382e1e
commit bbfb3b2ca7
No known key found for this signature in database
GPG Key ID: 0DE40AE37BBA5C33

View File

@ -3,7 +3,8 @@ root = true
[*] [*]
end_of_line = lf end_of_line = lf
insert_final_newline = true insert_final_newline = true
indent_style = tab trim_trailing_whitespace = true
charset = utf-8
[*.{yml,yaml}] [*.{yml,yaml}]
indent_style = space indent_style = space
@ -11,4 +12,4 @@ indent_size = 2
[*.md] [*.md]
indent_style = space indent_style = space
indent_size = 4 indent_size = 4