From 7b959d140fe77075e5688697f5cf5eb1eeed8c97 Mon Sep 17 00:00:00 2001 From: Marc Jay Date: Sat, 20 Apr 2019 13:52:59 +0100 Subject: [PATCH] Tidy up indentation in README changes for no-commit-to-branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96325b9..df060a2 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Add this to your `.pre-commit-config.yaml` - `-b` / `--branch` may be specified multiple times to protect multiple branches. - `-p` / `--pattern` can be used to protect branches that match a supplied regex - (e.g. `--pattern, release/.*`). May be specified multiple times. + (e.g. `--pattern, release/.*`). May be specified multiple times. - `pretty-format-json` - Checks that all your JSON files are pretty. "Pretty" here means that keys are sorted and indented. You can configure this with the following commandline options: