codecat / godot-tbloader

TrenchBroom Loader for Godot 4. (Alternative to Qodot)
MIT License
243 stars 32 forks source link

Inconsistent style #21

Open fire opened 2 years ago

fire commented 2 years ago

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.