From 87ab1fd7edf331cdb5fe3e447d18e9447e1b2149 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BChlbacher?= Date: Mon, 10 Jun 2024 23:14:50 +0200 Subject: [PATCH] chore(editorconfig): extend for sh scripts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit To match with what's already in the repo. Signed-off-by: Thomas Mühlbacher --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index 2d9a3109..9270938d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,3 +28,7 @@ indent_size = 4 [*.rs] indent_style = space indent_size = 4 + +[*.sh] +indent_size = 4 +indent_style = space