mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-29 10:16:52 +00:00
Merge pull request #120 from sanmai-NL/JSON_arbitrary_indentation_separator
Refactor legacy `indent: int` -> `indent: str`
This commit is contained in:
commit
cf3aabe9b1
3 changed files with 53 additions and 3 deletions
9
testing/resources/tab_pretty_formatted_json.json
Normal file
9
testing/resources/tab_pretty_formatted_json.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"alist": [
|
||||
2,
|
||||
34,
|
||||
234
|
||||
],
|
||||
"blah": null,
|
||||
"foo": "bar"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue