channeldorg / channeld-ue-plugin

Enables distributed simulation with Unreal Engine's dedicated servers. 为虚幻引擎专用服务器提供分布式模拟能力的开源插件.
Apache License 2.0
132 stars 38 forks source link

Add Clang for formatting generated code #59

Closed Kureans closed 1 year ago

Kureans commented 1 year ago

Add clang-format.exe, run clang-format for generated code

Since the generated code can often times be messy, having a formatting tool can help increase ease of readability of the generated code, which would help with debugging efforts