ZealOS icon indicating copy to clipboard operation
ZealOS copied to clipboard

Add pre-commit hook to remove cursors.

Open slendidev opened this issue 2 years ago • 1 comments

This PR adds a pre-commit hook specifically for *NIX systems to remove the cursor byte from all files under src/.

The reason why I chose python is because it is assumed that most *NIX systems already come with it pre-installed.

slendidev avatar Feb 25 '23 23:02 slendidev

It does not rely on a Python dependency if the contributor doesn't want to use the actual hook. This is totally optional. I mean you need to install the hook after all with the appropriate hook.

slendidev avatar Feb 25 '23 23:02 slendidev