godot-tbloader icon indicating copy to clipboard operation
godot-tbloader copied to clipboard

Inconsistent style

Open fire opened this issue 3 years ago • 0 comments

I would prefer the use of the Godot Engine clang format. https://github.com/godotengine/godot/blob/master/.clang-format

https://github.com/codecat/godot-tbloader/blob/master/src/map/entity.cpp uses { on a separate line and https://github.com/codecat/godot-tbloader/blob/master/src/map/geo_generator.cpp { is on the same line.

fire avatar Aug 19 '22 14:08 fire