Rushwind13 / JMoria

My from-scratch implementation of a Roguelike game that will be an homage to IMoria
4 stars 4 forks source link

chore: lint #44

Closed Rushwind13 closed 1 month ago

Rushwind13 commented 1 month ago

Used this to lint clang-format -i test/features/step_definitions/.cpp test/features/step_definitions/.hpp src/.cpp src/.h

If I tried to use src/* it ended up eating files that I am not interested in, and the ...ignore methodology is broken.

I added a .clang-format file to the root folder of the repo, so that future linting can be easy.