editorconfig: Follow rust style guide

This commit is contained in:
Donovan Glover 2023-06-05 20:51:31 -04:00
parent 3119b789f8
commit 2ee8217d0b
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -132,6 +132,11 @@ in {
indent_style = "tab";
indent_size = 4;
};
"*.rs" = {
indent_style = "space";
indent_size = 4;
};
};
};
}