Karthik Nayak <karthik.188@xxxxxxxxx> writes: > - Drop the patch to add 120 column length to editorconfig. This way, we > will continue to use the default of 80 columns. Adding a higher column > length makes editorconfig combine smaller lines during block > formatting. This is not desirable. Makes sense. > - Ensure that meson specifically checks for 'git-clang-format' and not > just 'clang-format'. OK. Looking better. Thanks.