From d676f135a8b27b0fad8f78d511ecaaae02a4cf61 Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Thu, 6 Apr 2023 17:36:58 +0000 Subject: [PATCH] editorconfig: use tabs in Makefile --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index beb2736..f82826f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,5 +15,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[**/{*.sh,APKBUILD}] +[**/{*.sh,APKBUILD,Makefile}] indent_style = tab