From 9f53249653e01d95ec9938140b5501ef5d7601ac Mon Sep 17 00:00:00 2001 From: Quinn Date: Fri, 21 Mar 2025 17:38:37 +0100 Subject: [PATCH] fix some minor things in editorconfig --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 412fd6b..9ff03a7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,11 @@ indent_size = 4 [{makefile,Makefile}] indent_style = tab -indent_size = 1 +indent_size = 2 + +[.*/{sh,bash}] +indent_style = tab +indent_size = 2 [*.{yaml,json,toml}] indent_style = space