fix(editorconfig): Makefile ident style

This commit is contained in:
Filippo Berto 2025-10-28 11:23:08 +01:00
parent b61cbb5243
commit 9ac633b288
No known key found for this signature in database
GPG key ID: F1D17F9BCEC62FBC

View file

@ -11,6 +11,9 @@
trim_trailing_whitespace = "true";
insert_final_newline = "true";
};
"Makefile" = {
indent_style = "tab";
};
"*.py" = {
indent_size = 4;
};