Calmcode - pre-commit: first run

First Run

1 2 3 4 5 6 7 8 9 10

The readme file that we're using at the beginning is;

# project

This project contains both code and settingz

The hook will run once you make a commit.

git add readme.md
git commit -m readme-added

The pre-commit should now intercept this file because of a trailing whitespace and a newline missing.