From 286357aa7288472eb0f230a2acb3e2056c49b77b Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 13 Nov 2025 12:13:35 +0100 Subject: [PATCH] edit editorconfig to have JSON have tab width of eight --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 23feaf6..baf430d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -28,11 +28,11 @@ indent_style = space tab_width = 4 [*.{json,jsonc}] -tab_width = 4 +tab_width = 8 [*.{yaml,toml}] indent_style = space tab_width = 4 [*.{html,css,scss}] -tab_width = 4 +tab_width = 8