mattgodbolt / seasocks

Simple, small, C++ embeddable webserver with WebSockets support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Formatting by clang-format

offa opened this issue · comments

commented

It's probably a good idea to add a clang-format config and reformat the code base with this.
We may not get 100 % exact what we have now, but the advantages are well-known.

@mattgodbolt What do you think?

I'd be delighted to have a consistent look and feel. Clang format is the right tool for the job. Very happy to move to it (and to make it a unit test check maybe too?)

commented

Fixed by #107