Update clang-format config
commit187a2c00aa9a25080bce2becc66051cf9c1e4349
authorTeemu Murtola <teemu.murtola@gmail.com>
Sat, 29 Oct 2016 03:54:06 +0000 (29 06:54 +0300)
committerMark Abraham <mark.j.abraham@gmail.com>
Mon, 4 Nov 2019 09:36:27 +0000 (4 10:36 +0100)
tree2e76b19c5f0a851576be218062272f01c42d1a2d
parent4381fd7ca65e92d5514de106b24b602307a03828
Update clang-format config

Provides minor changes to the clang-format configuration, and adds
ability to use reformat_all.sh to change the source tree formatting
to be clang-format conform.

Some attempt has been made to match changes in uncrustify.cfg to be
closer to clang-config but not much work has been put into this direction
since there are about 450K lines are different between the two formatting
methods.

You can run
  admin/reformat_all.sh
to reformat everything with uncrustify, and
  admin/reformat_all.sh clang-format
to format the same files with clang-format (the executable can be
specified with CLANG_FORMAT).

Refs #2107

Change-Id: Ia1880f5670714c497f683be10a9e72b505ca6c5a
.clang-format
admin/reformat_all.sh
admin/uncrustify.cfg