]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - .clang-format
clang-format: Update to clang-format >= 6
authorMickaël Salaün <mic@digikod.net>
Fri, 6 May 2022 16:01:03 +0000 (18:01 +0200)
committerMiguel Ojeda <ojeda@kernel.org>
Fri, 20 May 2022 12:12:28 +0000 (14:12 +0200)
commit96232c7d4f847a5e597177236159e6b32ccf60e4
treed65d359c782f083cb36daa1e11a222f908af8384
parent49bb63a2616a54eac998c1e7e2dc6679a8c2e772
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
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>
.clang-format