Add .editorconfig

This file sets formatting defaults for editors. See https://editorconfig.org/.
This commit is contained in:
Waleed Khan 2022-02-20 21:17:36 -08:00
parent c3a5ea0062
commit 325eb4f4ca

9
.editorconfig Normal file
View file

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