Merge pull request #42975 from blaggacao/chore/fix-editorconfig-json

chore: fix editorconfig for json
This commit is contained in:
David Arnold
2024-08-30 08:54:13 +02:00
committed by GitHub
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

3
.gitignore vendored
View File

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