From 0f0f07b1d0049c1535f290a0f52c14097169c969 Mon Sep 17 00:00:00 2001 From: James Allenby Date: Tue, 23 Jun 2026 20:02:09 +0100 Subject: [PATCH] style: add json editor config --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index d5c7d13..17a2007 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,3 +8,7 @@ trim_trailing_whitespace = true [*.tofu] indent_size = 2 indent_style = space + +[*.json] +indent_size = 2 +indent_style = space