From fce2660fcef6743f4e3df0c864b77adaf19c63ca Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 22 Jan 2021 23:21:55 +0200 Subject: [PATCH] Format README. --- README.md | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c1b35fa..3206b5e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Git pre-commit hooks - [](https://git.shore.co.il/nimrod/git-pre-commit/-/commits/master) +[](https://git.shore.co.il/nimrod/git-pre-commit/-/commits/master) [Pre-commit](http://pre-commit.com/) Git related hooks. @@ -11,12 +11,14 @@ Add the following to your project's `.pre-commit-config.yaml`: - - repo: https://git.shore.co.il/nimrod/git-pre-commit.git - sha: v0.1.1 - hooks: - - id: merge-conflict - args: ['production'] # In case the branch to check against is NOT master. - always_run: True +``` +- repo: https://git.shore.co.il/nimrod/git-pre-commit.git + sha: v0.1.1 + hooks: + - id: merge-conflict + args: ['production'] # In case the branch to check against is NOT master. + always_run: True +``` ## License @@ -25,6 +27,6 @@ This software is licensed under the MIT license (see the `LICENSE.txt` file). ## Author information Nimrod Adar, [contact me](mailto:nimrod@shore.co.il) or visit my -[website](https://www.shore.co.il/). Patches are welcome via [git -send-email](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository is -located at <https://git.shore.co.il/explore>. +[website](https://www.shore.co.il/). Patches are welcome via +[`git send-email`](http://git-scm.com/book/en/v2/Git-Commands-Email). The repository +is located at: <https://git.shore.co.il/expore/>. -- GitLab