Skip to content

clang-format: add formatting script

Ben Boeckel requested to merge ben.boeckel/paraview:clang-format into master

Copied from CMake with the following changes:

  • Allman-style braces;
  • no hard line-length limit;
  • path exclusions updated for ParaView.

Merge request reports