huynguyen-and-friend-projects / smoldb

Simple database in C
1 stars 3 forks source link

CMake linting and formatting #25

Open nguyenhuy0905 opened 1 month ago

nguyenhuy0905 commented 1 month ago

CMake linting and formatting

The include/smoldb file is deleted as a side effect to the gitignore. Sadly. But at least it's not a file we're using anyways.

I hope you like writing CMake.

I run the command:

cmake-format --dump-config yaml > .cmake-format.yaml

Man I Love CMake (jk i dont)


Pull request by: Huy Nguyen

nguyenhuy0905 commented 1 week ago

SGTM enough for these CMake

Reviewer: Quang Nguyen

You know, I wish it was enough.

We are lacking a couple of things still, but the most important is unit testing. The other ones can be:

But those, you can say, are for the later stages of the project when we're almost done with every basic functionalities.