mirror of
https://github.com/tiramisulabs/seyfert.git
synced 2025-07-01 12:36:08 +00:00
fix: .editorconfig same values with biome (#206)
This commit is contained in:
parent
d6e9ea0661
commit
eaa8455d51
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user