Skip to content

Revise C++ coding style using clang-format-6.0

Brad King requested to merge brad.king/kwsys:clang-format-6.0 into master

Update clang-format.bash to use clang-format-6.0. Update .clang-format to match the old format as closely as possible. Then configure indentation of preprocessor directives, a feature new since 3.8.

Run the clang-format.bash script to update all our C and C++ code to the new style.

Merge request reports