From 51a05f2d7c4c27c81125e899145a3546fd07bb3f Mon Sep 17 00:00:00 2001 From: Quinn Date: Wed, 13 Aug 2025 11:34:06 +0200 Subject: [PATCH] seperate json from the yaml column, to use tabs instead of spaces --- .editorconfig | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index e0da6d9..364f0b8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,6 +15,10 @@ indent_size = tab indent_style = tab indent_size = tab -[*.{yaml,json}] +[*.{json}] +indent_style = tab +indent_size = tab + +[*.{yaml}] indent_style = space intent_size = 2