mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Add test for '--no-sort-keys'
This commit is contained in:
parent
700b18ed0e
commit
bd4e37c366
2 changed files with 20 additions and 0 deletions
9
testing/resources/unsorted_pretty_formatted_json.json
Normal file
9
testing/resources/unsorted_pretty_formatted_json.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"foo": "bar",
|
||||
"alist": [
|
||||
34,
|
||||
2,
|
||||
234
|
||||
],
|
||||
"blah": null
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue