nicholas-maltbie / PropHunt

PropHunt game attempt using Unity and the Data Oriented Technology Stack
MIT License
11 stars 0 forks source link

Formatting Error pre-commit hook #87

Closed nicholas-maltbie closed 4 years ago

nicholas-maltbie commented 4 years ago

If files have spaces in their names, the pre-commit hook will fail to process the files correctly.

Need to surround each file name with double quotes "" or have to change the way files are filtered and processed.

nicholas-maltbie commented 4 years ago

Solved by PR #98