Closed Rushwind13 closed 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.
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.