ko4life-net / ko

Open source development of the game Knight Online. This is a reversed engineered old version of the game aiming to replicate the nostalgic experience we all once had <3
MIT License
52 stars 21 forks source link

Create and apply clang-format to bring some consistency into the mess #108

Closed stevewgr closed 2 years ago

stevewgr commented 2 years ago

Description

Create and apply clang-format to bring some consistency into the mess.

With much love to @xGuTeK <3

ko4life-psko commented 2 years ago

This was very much needed. I didn't know clang-format had InsertBraces. I used AStyle at the time for that purpose, because clang-format didn't have that. Looks like a recent feature to llvm-15.

Nice work!