From 15b7fe49d1fd9a8a0f45608330bd25ba2663ace5 Mon Sep 17 00:00:00 2001 From: Edwin Kofler Date: Sat, 18 Nov 2023 15:44:38 -0800 Subject: [PATCH] style(editorconfig): Add rule for Makefile --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index c421ed7..0d5fa09 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,6 @@ charset = utf-8 [*.sh] indent_size = 2 + +[Makefile] +indent_style = tab