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