SaschaWillems / Vulkan-glTF-PBR

Physical based rendering with Vulkan using glTF 2.0 models
MIT License
915 stars 124 forks source link

source code formatter(e.g. .clang-format) available? #75

Closed syoyo closed 1 month ago

syoyo commented 1 month ago

Can we have a source code format settings for Vulkan-glTF-PBR(especially .clang-format)

SaschaWillems commented 1 month ago

I'm not using any explicit source formatting tool for that project aside from what my IDE (MSVC) does. I also have no plan to add clang-format or something similar.

syoyo commented 1 month ago

Thanks! So is it OK to submit a PR with a different formatting/indenting of source codes?

SaschaWillems commented 1 month ago

Sure :)

syoyo commented 1 month ago

Thanks!