Skip to content

Commit 679d01d

Browse files
authored
Support non-ASCII chars in pretty-format-json (#743)
1 parent 4adb4f1 commit 679d01d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ repos:
5656
- id: pretty-format-json
5757
files: \.json$
5858
exclude: ^(3rdparty/|build.*/|install/)
59-
args: [--autofix, --indent=2]
59+
args: [--autofix, --indent=2, --no-ensure-ascii]
6060

6161
# Shell script linting with shellcheck (no docker dependency)
6262
- repo: https://github.com/shellcheck-py/shellcheck-py

0 commit comments

Comments
 (0)