chore: fix editorconfig for json

This commit is contained in:
David
2024-08-28 10:23:39 +02:00
parent df3267ad3c
commit a07100d5b3
2 changed files with 3 additions and 2 deletions

View File

@@ -18,4 +18,4 @@ max_line_length = 110
[{*.json}] [{*.json}]
insert_final_newline = false insert_final_newline = false
indent_style = space indent_style = space
indent_size = 2 indent_size = 1

1
.gitignore vendored
View File

@@ -14,5 +14,6 @@ __pycache__
*~ *~
.idea/ .idea/
.vscode/ .vscode/
.helix/
node_modules/ node_modules/
.backportrc.json .backportrc.json