From 8e48e18051b2b912beeba90a019abb6599419987 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Fri, 29 Nov 2024 15:57:16 +0100 Subject: [PATCH] Ignore Makefile in editorconfig checks --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 947aa95..a62ed44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,6 @@ indent_style = unset [LICENSE] indent_style = unset + +[Makefile] +indent_style = unset