Request for formatting of samples (Solved)

Building the tensorrt samples, I get “misleading indentation” warnings, because the source files mix tabs and spaces freely (and assume some different tab size than the compiler.)

Please run all sample code through something like clang-format, and set all editors to either expand all tabs to spaces, or convert all leading spaces to tabs, so that viewing the source doesn’t look like a mess, and so that the compiler doesn’t complain.

Thanks snarky, it looks like the sampleINT8 example is what has the mixed indentation. We followed up with the TensorRT team and they indicated that they are transitioning to using the clang-format tool, it seems this file got missed.

Good news, thanks!