Add editorconfig file

This commit is contained in:
Reinout Meliesie 2026-01-02 13:41:46 +01:00
commit 0a61e55c3e
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
root = true
[*.rs]
charset = utf-8
indent_style = tab
tab_width = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true