The patch titled Subject: streamline_config.pl: add softtabstop=4 for vim users has been added to the -mm tree. Its filename is streamline_configpl-add-softtabstop=4-for-vim-users.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/streamline_configpl-add-softtabstop%3D4-for-vim-users.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/streamline_configpl-add-softtabstop%3D4-for-vim-users.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: "Steven Rostedt (VMware)" <rostedt@xxxxxxxxxxx> Subject: streamline_config.pl: add softtabstop=4 for vim users The tab stop for Perl files is by default (at least in emacs) to be 4 spaces, where a tab is used for all 8 spaces. Add a local variable comment to make vim do the same by default, and this will help keep the file consistent in the future when others edit it via vim and not emacs. Link: https://lkml.kernel.org/r/20210322214032.293992979@xxxxxxxxxxx Signed-off-by: Steven Rostedt (VMware) <rostedt@xxxxxxxxxxx> Cc: Masahiro Yamada <masahiroy@xxxxxxxxxx> Cc: "John (Warthog9) Hawley" <warthog9@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- scripts/kconfig/streamline_config.pl | 2 ++ 1 file changed, 2 insertions(+) --- a/scripts/kconfig/streamline_config.pl~streamline_configpl-add-softtabstop=4-for-vim-users +++ a/scripts/kconfig/streamline_config.pl @@ -702,3 +702,5 @@ foreach my $module (keys(%modules)) { print STDERR "\n"; } } + +# vim: softtabstop=4 _ Patches currently in -mm which might be from rostedt@xxxxxxxxxxx are streamline_configpl-make-spacing-consistent.patch streamline_configpl-add-softtabstop=4-for-vim-users.patch