Closed RobLoach closed 2 months ago
I was literally in the process of adding an .clang-format
for my own fork.
It needs a bit more fine tuning, but having an format file and living with it's decision is better then having no file and chaos.
(I personally don't care about formatting, I just run the formatter and learn to read the code)
I would also recommend adding an .clang-tidy and .cmake-format.yaml file.
Sounds good with me. Thanks a lot.
Here's one that I used on another project. Not sure how well it appllies here tho https://github.com/RobLoach/nuklear_console/blob/master/.clang-format
Add a clang-format definition file, and apply its coding standards.