Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 607 Bytes

File metadata and controls

24 lines (16 loc) · 607 Bytes

ClickTime

An auto clicker and mouse manipulator.

Donations:

Pizza money donations are always appreciated:

PayPal: donate@aswsoftware.com

BitCoin: 15rKqL1numHJyE36ottMbhs5cmCjJkuowV

Coding Standards

To use uncrustify (for coding standards (pretty formatting) for this repo):

  1. Get uncrustify and ensure that the path to uncrustify.exe is added to the Windows Path environment variable. https://github.com/uncrustify/uncrustify

  2. Run the following command locally to set the git hooks directory (uncrustify will run upon commit):

git config --local core.hooksPath .githooks/