Update .editorconfig
This commit is contained in:
parent
a234c39e41
commit
110eae7c19
1 changed files with 3 additions and 2 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
|
indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.rs]
|
[*.rs]
|
||||||
charset = utf-8
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue