efmls-configs: Sort keys for ease of comparison (#558)

This commit is contained in:
traxys 2023-08-28 13:48:46 +02:00 committed by GitHub
parent 4b3d019eee
commit 5f9a56f5a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 212 additions and 175 deletions

View file

@ -22,4 +22,4 @@ for kind in ["linters", "formatters"]:
break
tools[kind][tool_name] = languages
print(json.dumps(tools, indent=4))
print(json.dumps(tools, indent=4, sort_keys=True))