We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5352a5b commit 6948425Copy full SHA for 6948425
1 file changed
.pre-commit-config.yaml
@@ -4,6 +4,8 @@ repos:
4
hooks:
5
- id: trailing-whitespace
6
- id: end-of-file-fixer
7
+ - id: pretty-format-json
8
+ args: [--autofix, --indent=2]
9
- id: check-yaml
10
- id: debug-statements
11
- id: double-quote-string-fixer
0 commit comments