Skip to content

Commit

Permalink
indent tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Mips2648 committed Aug 5, 2024
1 parent c0ce5c2 commit aff9080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/translate_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __write_info_json(self):

data = json.loads(info_json.read_text(encoding="UTF-8"))
data['language'] = LANGUAGES
info_json.write_text(json.dumps(data, ensure_ascii=False), encoding="UTF-8")
info_json.write_text(json.dumps(data, ensure_ascii=False, indent= '\t'), encoding="UTF-8")

def find_prompts_in_all_files(self):
print("Find prompts in all plugin files")
Expand Down

0 comments on commit aff9080

Please sign in to comment.