mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
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:
parent
57aa315b21
commit
a4199be9c0
@ -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;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user