Add .editorconfig

This commit is contained in:
David Gay 2023-09-19 23:07:05 -04:00
parent 3859aa573d
commit 4dcdf1b06f
1 changed files with 12 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_size = 4