From d33b018eb3e751119ddd6a1ec0ac5a71e4ac848b Mon Sep 17 00:00:00 2001 From: repo-updater Date: Tue, 31 Oct 2023 07:44:44 +0000 Subject: [PATCH] [repo-updater] push update editorconfig --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 0aa1b56..57228bb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,10 +12,10 @@ insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true -[*.js] +[*.json] indent_size = 2 -[*.json] +[*.js] indent_size = 2 [*.{yml,yaml}]