dev: update editorconfig

This commit is contained in:
naskya 2024-05-28 17:32:34 +09:00 committed by Eana Hufwe
parent a60841719e
commit 20607acc1b
2 changed files with 4 additions and 3 deletions

View File

@ -6,5 +6,9 @@ indent_size = 2
charset = utf-8
insert_final_newline = true
[*.rs]
indent_style = space
indent_size = 4
[*.yml]
indent_style = space

View File

@ -1,3 +0,0 @@
[*.rs]
indent_style = space
indent_size = 4