fix: .editorconfig same values with biome (#206)

This commit is contained in:
Marcos Susaña 2024-06-10 16:01:14 -04:00 committed by GitHub
parent d6e9ea0661
commit eaa8455d51
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,11 +2,11 @@ root = true
[*]
charset = utf-8
end_of_line = lf
end_of_line = crlf
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
indent_size = 2
quote_type = single
[Makefile]