From 83c2b8b0195b310ef9c96c9d4eb99a510b2feba0 Mon Sep 17 00:00:00 2001 From: Matt Godbolt Date: Mon, 4 Aug 2025 09:56:45 -0500 Subject: [PATCH] Update editorconfig --- .editorconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 68a969eaf..da84fc404 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,5 +8,8 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{yml,yaml}] +[*.{yml,yaml,pug,json,css,sh}] indent_size = 2 + +[Makefile] +indent_style = tab