]> git.baikalelectronics.ru Git - kernel.git/commit
streamline_config.pl: add softtabstop=4 for vim users
authorSteven Rostedt (VMware) <rostedt@goodmis.org>
Tue, 29 Jun 2021 02:33:47 +0000 (19:33 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 Jun 2021 17:53:45 +0000 (10:53 -0700)
commit8c5b6b7b178d82019079bfbd3ee10aaf5dcb9629
tree636700225dfab7a540c6c8500380844c8a723874
parent7072643a268a6dfcc2cad82d1264ef1e3ead9510
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@goodmis.org
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: "John (Warthog9) Hawley" <warthog9@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kconfig/streamline_config.pl