From 9e7b0bcf51924716461f838a33a9508b718934b5 Mon Sep 17 00:00:00 2001 From: Theo Fabi <92238946+theofabilous@users.noreply.github.com> Date: Sun, 24 Nov 2024 23:04:27 -0500 Subject: [PATCH] fix(editorconfig): fix indent style for `local.mk` (#31342) --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 07993e25b9..0d54d6cb33 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,6 @@ max_line_length = 100 [*.py] indent_size = 4 -[{Makefile,**/Makefile,runtime/doc/*.txt}] +[{Makefile,**/Makefile,*.mk,runtime/doc/*.txt}] indent_style = tab indent_size = 8