From a07100d5b31c3300dec56681057bc982bf7cf8f8 Mon Sep 17 00:00:00 2001 From: David Date: Wed, 28 Aug 2024 10:23:39 +0200 Subject: [PATCH] chore: fix editorconfig for json --- .editorconfig | 2 +- .gitignore | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e7d5cfeddcbf..a2123ee8e0ca 100644 --- a/.editorconfig +++ b/.editorconfig @@ -18,4 +18,4 @@ max_line_length = 110 [{*.json}] insert_final_newline = false indent_style = space -indent_size = 2 +indent_size = 1 diff --git a/.gitignore b/.gitignore index 239f40b91cda..5a770fc2fc09 100644 --- a/.gitignore +++ b/.gitignore @@ -14,5 +14,6 @@ __pycache__ *~ .idea/ .vscode/ +.helix/ node_modules/ -.backportrc.json \ No newline at end of file +.backportrc.json