KhronosGroup / SPIRV-Reflect

SPIRV-Reflect is a lightweight library that provides a C/C++ reflection API for SPIR-V shader bytecode in Vulkan applications.
Apache License 2.0
672 stars 147 forks source link

rerun clang-format with 132 line width #233

Closed spencer-lunarg closed 9 months ago

spencer-lunarg commented 10 months ago

I plan after this lands to make a .git-blame-ignore-revs file with the commit, this way git blame on any modern git tool (and GitHub) will ignore this PR

cassiebeckley commented 9 months ago

Is there a specific reason why you want to override the Google style guide default for this?

spencer-lunarg commented 9 months ago

Is there a specific reason why you want to override the Google style guide default for this?

Comments like this or while subjective, I feel this is not easy to read

image

and the style guide was always a "baseline" in my personal vision, we do this for the Validation Layers too

also (subjective) I never understood why it was 80 char wide only to begin with