From 82c59f7660901b52c99f8b9d31bce80458032318 Mon Sep 17 00:00:00 2001 From: Daniel Thoren Date: Tue, 31 May 2022 15:14:03 +0200 Subject: [PATCH] :art: expand editorconfig for makefile & brewfile --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 350cd93..4a95188 100644 --- a/.editorconfig +++ b/.editorconfig @@ -21,7 +21,7 @@ indent_style = space indent_size = 4 # Tab indentation (no size specified) -[Makefile] +[{makefile,Makefile,brewfile,.editorconfig}] indent_style = tab # Indentation override for all JS under lib directory