From 05e375dd5bbe4c5d2739a7cf765997b5a76db957 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 14 Jul 2025 11:41:11 +0200 Subject: [PATCH] remove inconsistent tab widths form editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index dceab77..5938874 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_style = tab indent_size = tab tab_width = 4 -[*.{sh,bash,bashrc,bash_profile,md,json,css,scss}] +[*.{md,json,css,scss}] tab_width = 2 [{makefile,Makefile}]