dev: update editorconfig
This commit is contained in:
parent
cf33b5db03
commit
d1f25e8fba
2 changed files with 4 additions and 3 deletions
|
@ -6,5 +6,9 @@ indent_size = 2
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
|
||||||
|
[*.rs]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
[*.rs]
|
|
||||||
indent_style = space
|
|
||||||
indent_size = 4
|
|
Loading…
Reference in a new issue