validation error fixes

This commit is contained in:
2025-04-14 16:11:44 -04:00
parent 70f3d30258
commit 28fff3be11
3 changed files with 227 additions and 80 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{json,toml,control,rs}]
charset = utf-8
indent_style = space
indent_size = 2