This commit is contained in:
Miguel da Mota 2024-01-13 01:16:01 +01:00
parent fa8ed2b599
commit d00b8c9718
9 changed files with 226 additions and 37 deletions

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*]
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_style = space
indent_size = 4