From 9ac633b2887166bb20bd2ccae9a448f35cd5b8c6 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 28 Oct 2025 11:23:08 +0100 Subject: [PATCH] fix(editorconfig): Makefile ident style --- hm/configurations.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hm/configurations.nix b/hm/configurations.nix index c0bbb16..edf45d9 100644 --- a/hm/configurations.nix +++ b/hm/configurations.nix @@ -11,6 +11,9 @@ trim_trailing_whitespace = "true"; insert_final_newline = "true"; }; + "Makefile" = { + indent_style = "tab"; + }; "*.py" = { indent_size = 4; };