From 318c81200aef5705b0f26ee7d519d0fa8ea17e12 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Fri, 16 Aug 2024 16:15:29 +0200 Subject: [PATCH] editorconfig: apply 2-space indent rule for .json files as well Signed-off-by: Christoph Heiss --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index af9828f..4165423 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yaml] +[*.{json,yaml}] indent_size = 2