editorconfig: Drop unused file type settings

The rust editorconfig isn't necessary, and I don't edit the other file
types anymore.
This commit is contained in:
Donovan Glover 2024-08-11 14:57:47 -04:00
parent 57aa315b21
commit a4199be9c0
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -15,21 +15,6 @@
indent_style = "space";
trim_trailing_whitespace = false;
};
"Makefile" = {
indent_style = "tab";
indent_size = 4;
};
"*.html" = {
indent_style = "tab";
indent_size = 4;
};
"*.rs" = {
indent_style = "space";
indent_size = 4;
};
};
};