commit | 96232c7d4f847a5e597177236159e6b32ccf60e4 | [log] [tgz] |
---|---|---|
author | Mickaël Salaün <mic@digikod.net> | Fri May 06 18:01:03 2022 +0200 |
committer | Miguel Ojeda <ojeda@kernel.org> | Fri May 20 14:12:28 2022 +0200 |
tree | d65d359c782f083cb36daa1e11a222f908af8384 | |
parent | 49bb63a2616a54eac998c1e7e2dc6679a8c2e772 [diff] |
clang-format: Update to clang-format >= 6 We get new interesting formating with clang-format greater or equal to 6 as stated in the removed comments. Miguel Ojeda suggested to even move the minimal clang-format version to 11, which is the minimum LLVM supported at the moment [1]. Automatically updated with: sed -i 's/^\(\s*\)#\(\S*\s\+\S*\) # Unknown to clang-format.*/\1\2/' .clang-format Link: https://lore.kernel.org/r/CANiq72nLOfmEt-CZBmm2ouEB_x6Jm9ggDVFCVJxYxKw7O0LTzQ@mail.gmail.com [1] Cc: Miguel Ojeda <ojeda@kernel.org> Cc: Tom Rix <trix@redhat.com> Signed-off-by: Mickaël Salaün <mic@digikod.net> Link: https://lore.kernel.org/r/20220506160106.522341-3-mic@digikod.net Signed-off-by: Miguel Ojeda <ojeda@kernel.org>